Enum kailua_langsvr_protocol::TextDocumentSyncKind [] [src]

pub enum TextDocumentSyncKind {
    None,
    Full,
    Incremental,
}

Variants

Trait Implementations

impl Clone for TextDocumentSyncKind
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for TextDocumentSyncKind
[src]

impl Debug for TextDocumentSyncKind
[src]

Formats the value using the given formatter.

impl Eq for TextDocumentSyncKind
[src]

impl PartialEq for TextDocumentSyncKind
[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 TextDocumentSyncKind
[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 TextDocumentSyncKind
[src]

Serialize this value into the given Serde serializer. Read more

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

Deserialize this value from the given Serde deserializer. Read more

impl Default for TextDocumentSyncKind
[src]

Returns the "default value" for a type. Read more