Enum test::ColorConfig
source · [−]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
AutoColor
🔬 This is a nightly-only experimental API. (
test)AlwaysColor
🔬 This is a nightly-only experimental API. (
test)NeverColor
🔬 This is a nightly-only experimental API. (
test)Trait Implementations
impl Clone for ColorConfig
source
impl Clone for ColorConfig
sourcefn clone(&self) -> ColorConfig
source
fn clone(&self) -> ColorConfig
sourceReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0 · source
fn clone_from(&mut self, source: &Self)
1.0.0 · sourcePerforms copy-assignment from source. Read more
impl Debug for ColorConfig
source
impl Debug for ColorConfig
sourceimpl Copy for ColorConfig
sourceAuto Trait Implementations
impl RefUnwindSafe for ColorConfig
impl Send for ColorConfig
impl Sync for ColorConfig
impl Unpin for ColorConfig
impl UnwindSafe for ColorConfig
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
source
impl<T> BorrowMut<T> for T where
T: ?Sized,
sourcefn borrow_mut(&mut self) -> &mut T
const: unstable · source
fn borrow_mut(&mut self) -> &mut T
const: unstable · sourceMutably borrows from an owned value. Read more
impl<T> ToOwned for T where
T: Clone,
source
impl<T> ToOwned for T where
T: Clone,
sourcetype Owned = T
type Owned = T
The resulting type after obtaining ownership.
fn clone_into(&self, target: &mut T)
source
fn clone_into(&self, target: &mut T)
source🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more