Enum lsp_types::CompletionItemKind [−][src]
#[repr(u8)]
pub enum CompletionItemKind {
Show variants
Text,
Method,
Function,
Constructor,
Field,
Variable,
Class,
Interface,
Module,
Property,
Unit,
Value,
Enum,
Keyword,
Snippet,
Color,
File,
Reference,
Folder,
EnumMember,
Constant,
Struct,
Event,
Operator,
TypeParameter,
}Expand description
The kind of a completion entry.
Variants
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for CompletionItemKindimpl Send for CompletionItemKindimpl Sync for CompletionItemKindimpl Unpin for CompletionItemKindimpl UnwindSafe for CompletionItemKindBlanket Implementations
Mutably borrows from an owned value. Read more