Enum lsp_types::lsif::EventScope
source · pub enum EventScope {
Document,
Project,
}
Variants§
Trait Implementations§
source§impl Debug for EventScope
impl Debug for EventScope
source§impl<'de> Deserialize<'de> for EventScope
impl<'de> Deserialize<'de> for EventScope
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for EventScope
impl PartialEq for EventScope
source§fn eq(&self, other: &EventScope) -> bool
fn eq(&self, other: &EventScope) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for EventScope
impl Serialize for EventScope
impl StructuralPartialEq for EventScope
Auto Trait Implementations§
impl RefUnwindSafe for EventScope
impl Send for EventScope
impl Sync for EventScope
impl Unpin for EventScope
impl UnwindSafe for EventScope
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more