Enum languageserver_types::TraceOption [] [src]

pub enum TraceOption {
    Off,
    Messages,
    Verbose,
}

Variants

Trait Implementations

impl Debug for TraceOption
[src]

[src]

Formats the value using the given formatter.

impl Eq for TraceOption
[src]

impl PartialEq for TraceOption
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Default for TraceOption
[src]

[src]

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