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ยง
Sourceยงimpl Clone for ColorConfig
impl Clone for ColorConfig
Sourceยงfn clone(&self) -> ColorConfig
fn clone(&self) -> ColorConfig
Returns a copy of the value. Read more
1.0.0 ยท Sourceยงfn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSourceยงimpl Debug for ColorConfig
impl Debug for ColorConfig
Sourceยงimpl Default for ColorConfig
impl Default for ColorConfig
Sourceยงfn default() -> ColorConfig
fn default() -> ColorConfig
Returns the โdefault valueโ for a type. Read more
impl Copy for ColorConfig
Auto Trait Implementationsยง
impl Freeze for ColorConfig
impl RefUnwindSafe for ColorConfig
impl Send for ColorConfig
impl Sync for ColorConfig
impl Unpin for ColorConfig
impl UnwindSafe for ColorConfig
Blanket Implementationsยง
Sourceยงimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Sourceยงfn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more