Enum syntex_errors::emitter::ColorConfig [] [src]

pub enum ColorConfig {
    Auto,
    Always,
    Never,
}

Variants

AutoAlwaysNever

Trait Implementations

impl Eq for ColorConfig
[src]

impl PartialEq for ColorConfig
[src]

fn eq(&self, __arg_0: &ColorConfig) -> bool

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

fn ne(&self, other: &Rhs) -> bool
1.0.0

This method tests for !=.

impl Debug for ColorConfig
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for ColorConfig
[src]

impl Clone for ColorConfig
[src]

fn clone(&self) -> ColorConfig

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more