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 duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for WithConsole
Source§impl Debug for WithConsole
impl Debug for WithConsole
impl Eq 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 (const: unstable) · 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§fn eq(&self, other: &WithConsole) -> bool
fn eq(&self, other: &WithConsole) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for WithConsole
impl PartialOrd 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 UnsafeUnpin 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