Enum iq_cli::ColorConfig [] [src]

pub enum ColorConfig {
    Auto,
    Always,
    Never,
}

Color configuration

Variants

Pick colors automatically based on whether we're using a TTY

Always use colors

Never use colors

Trait Implementations

impl Clone for ColorConfig
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for ColorConfig
[src]

impl PartialEq for ColorConfig
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Display for ColorConfig
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ColorConfig

impl Sync for ColorConfig