Enum lsp_types::lsif::EventScope
source · [−]pub enum EventScope {
Document,
Project,
}
Variants
Document
Project
Trait Implementations
sourceimpl Debug for EventScope
impl Debug for EventScope
sourceimpl<'de> Deserialize<'de> for EventScope
impl<'de> Deserialize<'de> for EventScope
sourcefn 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
sourceimpl PartialEq<EventScope> for EventScope
impl PartialEq<EventScope> for EventScope
sourcefn eq(&self, other: &EventScope) -> bool
fn eq(&self, other: &EventScope) -> bool
sourceimpl 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more