Enum lsp_types::SymbolKind [−][src]
#[repr(u8)]
pub enum SymbolKind {
Show variants
File,
Module,
Namespace,
Package,
Class,
Method,
Property,
Field,
Constructor,
Enum,
Interface,
Function,
Variable,
Constant,
String,
Number,
Boolean,
Array,
Object,
Key,
Null,
EnumMember,
Struct,
Event,
Operator,
TypeParameter,
Unknown,
}Expand description
A symbol kind.
Variants
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for SymbolKindimpl Send for SymbolKindimpl Sync for SymbolKindimpl Unpin for SymbolKindimpl UnwindSafe for SymbolKindBlanket Implementations
Mutably borrows from an owned value. Read more