Enum rustc_errors::emitter::ColorConfig[][src]

pub enum ColorConfig {
    Auto,
    Always,
    Never,
}

Variants

Trait Implementations

impl Clone for ColorConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ColorConfig
[src]

impl Debug for ColorConfig
[src]

Formats the value using the given formatter. Read more

impl PartialEq for ColorConfig
[src]

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

This method tests for !=.

impl Eq for ColorConfig
[src]

Auto Trait Implementations

impl Send for ColorConfig

impl Sync for ColorConfig