Enum rustc_test::ColorConfig
[−]
[src]
pub enum ColorConfig {
AutoColor,
AlwaysColor,
NeverColor,
}Variants
AutoColorAlwaysColorNeverColor
Trait Implementations
impl Copy for ColorConfig[src]
impl Clone for ColorConfig[src]
fn clone(&self) -> ColorConfig[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more