Enum kailua_langsvr_protocol::CompletionItemKind [] [src]

pub enum CompletionItemKind {
    Text,
    Method,
    Function,
    Constructor,
    Field,
    Variable,
    Class,
    Interface,
    Module,
    Property,
    Unit,
    Value,
    Enum,
    Keyword,
    Snippet,
    Color,
    File,
    Reference,
}

Variants

Trait Implementations

impl Clone for CompletionItemKind
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for CompletionItemKind
[src]

impl Debug for CompletionItemKind
[src]

Formats the value using the given formatter.

impl Eq for CompletionItemKind
[src]

impl PartialEq for CompletionItemKind
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Hash for CompletionItemKind
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Serialize for CompletionItemKind
[src]

Serialize this value into the given Serde serializer. Read more

impl<'de> Deserialize<'de> for CompletionItemKind
[src]

Deserialize this value from the given Serde deserializer. Read more