Enum test::ColorConfig
[−]
[src]
pub enum ColorConfig { AutoColor, AlwaysColor, NeverColor, }
Unstable (
test
)Variants
AutoColor
Unstable (
test
)AlwaysColor
Unstable (
test
)NeverColor
Unstable (
test
)Trait Implementations
Derived 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