Enum codemap_diagnostic::ColorConfig [] [src]

pub enum ColorConfig {
    Auto,
    Always,
    Never,
}

Settings for terminal styling.

Variants

Use colored output if stdout is a terminal.

Always use colored output.

Never use colored output.

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.

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]