Enum lsp_types::MonikerKind [−][src]
pub enum MonikerKind {
Import,
Export,
Local,
}Expand description
The moniker kind.
Variants
The moniker represent a symbol that is imported into a project
The moniker represent a symbol that is exported into a project
The moniker represents a symbol that is local to a project (e.g. a local variable of a function, a class not visible outside the project, …)
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for MonikerKindimpl Send for MonikerKindimpl Sync for MonikerKindimpl Unpin for MonikerKindimpl UnwindSafe for MonikerKindBlanket Implementations
Mutably borrows from an owned value. Read more