Enum languageserver_types::InsertTextFormat[][src]

pub enum InsertTextFormat {
    PlainText,
    Snippet,
}

Defines how to interpret the insert text in a completion item

Variants

Trait Implementations

impl Debug for InsertTextFormat
[src]

Formats the value using the given formatter. Read more

impl Eq for InsertTextFormat
[src]

impl PartialEq for InsertTextFormat
[src]

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

This method tests for !=.

impl Clone for InsertTextFormat
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for InsertTextFormat
[src]

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

Deserialize this value from the given Serde deserializer. Read more

impl Serialize for InsertTextFormat
[src]

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations