Enum kailua_langsvr_protocol::DocumentHighlightKind [] [src]

pub enum DocumentHighlightKind {
    Text,
    Read,
    Write,
}

Variants

Trait Implementations

impl Clone for DocumentHighlightKind
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for DocumentHighlightKind
[src]

impl Debug for DocumentHighlightKind
[src]

Formats the value using the given formatter.

impl Eq for DocumentHighlightKind
[src]

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

Serialize this value into the given Serde serializer. Read more

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

Deserialize this value from the given Serde deserializer. Read more

impl Default for DocumentHighlightKind
[src]

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