Enum languageserver_types::TraceOption
[−]
[src]
pub enum TraceOption {
Off,
Messages,
Verbose,
}Variants
OffMessagesVerbose
Trait Implementations
impl Debug for TraceOption[src]
impl PartialEq for TraceOption[src]
fn eq(&self, __arg_0: &TraceOption) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
This method tests for !=.
impl Default for TraceOption[src]
fn default() -> TraceOption[src]
Returns the "default value" for a type. Read more