Enum languageserver_types::CompletionItemKind [−][src]
pub enum CompletionItemKind {
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,
}The kind of a completion entry.
Variants
TextMethodFunctionConstructorFieldVariableClassInterfaceModulePropertyUnitValueEnumKeywordSnippetColorFileReferenceFolderEnumMemberConstantStructEventOperatorTypeParameter
Trait Implementations
impl Debug for CompletionItemKind[src]
impl Debug for CompletionItemKindfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Eq for CompletionItemKind[src]
impl Eq for CompletionItemKindimpl PartialEq for CompletionItemKind[src]
impl PartialEq for CompletionItemKindfn eq(&self, other: &CompletionItemKind) -> bool[src]
fn eq(&self, other: &CompletionItemKind) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Clone for CompletionItemKind[src]
impl Clone for CompletionItemKindfn clone(&self) -> CompletionItemKind[src]
fn clone(&self) -> CompletionItemKindReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for CompletionItemKind[src]
impl Copy for CompletionItemKindimpl<'de> Deserialize<'de> for CompletionItemKind[src]
impl<'de> Deserialize<'de> for CompletionItemKindfn 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>, Deserialize this value from the given Serde deserializer. Read more
impl Serialize for CompletionItemKind[src]
impl Serialize for CompletionItemKindAuto Trait Implementations
impl Send for CompletionItemKind
impl Send for CompletionItemKindimpl Sync for CompletionItemKind
impl Sync for CompletionItemKind