Enum test::ColorConfig [−][src]
pub enum ColorConfig {
AutoColor,
AlwaysColor,
NeverColor,
}🔬 This is a nightly-only experimental API. (
test)Expand description
Whether should console output be colored or not
Variants
🔬 This is a nightly-only experimental API. (
test)🔬 This is a nightly-only experimental API. (
test)🔬 This is a nightly-only experimental API. (
test)Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ColorConfigimpl Send for ColorConfigimpl Sync for ColorConfigimpl Unpin for ColorConfigimpl UnwindSafe for ColorConfigBlanket Implementations
Mutably borrows from an owned value. Read more