Enum test::ColorConfig [] [src]

pub enum ColorConfig {
    AutoColor,
    AlwaysColor,
    NeverColor,
}

Variants

Trait Implementations

impl Copy for ColorConfig
[src]

impl Clone for ColorConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more