Enum cargo::core::shell::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 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 Display for ColorConfig
[src]

Formats the value using the given formatter. Read more