Enum lalrpop::ColorConfig [] [src]

pub enum ColorConfig {
    Yes,
    No,
    IfTty,
}

Variants

Yes

Use ANSI colors.

No

Do NOT use ANSI colors.

IfTty

Use them if we detect a TTY output (default).

Trait Implementations

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

impl Copy for ColorConfig
[src]

impl Default for ColorConfig
[src]

fn default() -> Self

Returns the "default value" for a type. Read more