pub enum WithConsole {
AnsiColors,
PureText,
Disabled,
}
Variants§
Trait Implementations§
Source§impl Clone for WithConsole
impl Clone for WithConsole
Source§fn clone(&self) -> WithConsole
fn clone(&self) -> WithConsole
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 WithConsole
impl Debug for WithConsole
Source§impl Ord for WithConsole
impl Ord for WithConsole
Source§fn cmp(&self, other: &WithConsole) -> Ordering
fn cmp(&self, other: &WithConsole) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for WithConsole
impl PartialEq for WithConsole
Source§impl PartialOrd for WithConsole
impl PartialOrd for WithConsole
impl Copy for WithConsole
impl Eq for WithConsole
impl StructuralPartialEq for WithConsole
Auto Trait Implementations§
impl Freeze for WithConsole
impl RefUnwindSafe for WithConsole
impl Send for WithConsole
impl Sync for WithConsole
impl Unpin for WithConsole
impl UnwindSafe for WithConsole
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