Enum languageserver_types::TraceOption [−][src]
pub enum TraceOption {
Off,
Messages,
Verbose,
}Variants
OffMessagesVerbose
Trait Implementations
impl Debug for TraceOption[src]
impl Debug for TraceOptionfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Eq for TraceOption[src]
impl Eq for TraceOptionimpl PartialEq for TraceOption[src]
impl PartialEq for TraceOptionfn eq(&self, other: &TraceOption) -> bool[src]
fn eq(&self, other: &TraceOption) -> boolThis 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]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Clone for TraceOption[src]
impl Clone for TraceOptionfn clone(&self) -> TraceOption[src]
fn clone(&self) -> TraceOptionReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Default for TraceOption[src]
impl Default for TraceOptionfn default() -> TraceOption[src]
fn default() -> TraceOptionReturns the "default value" for a type. Read more
Auto Trait Implementations
impl Send for TraceOption
impl Send for TraceOptionimpl Sync for TraceOption
impl Sync for TraceOption