pub enum ConsoleType {
Error,
Warn,
Info,
Debug,
}Expand description
Specifies method of writing into console.
Variants§
Trait Implementations§
Source§impl Clone for ConsoleType
impl Clone for ConsoleType
Source§fn clone(&self) -> ConsoleType
fn clone(&self) -> ConsoleType
Returns a duplicate 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 ConsoleType
impl Debug for ConsoleType
Source§impl PartialEq for ConsoleType
impl PartialEq for ConsoleType
impl Copy for ConsoleType
impl Eq for ConsoleType
impl StructuralPartialEq for ConsoleType
Auto Trait Implementations§
impl Freeze for ConsoleType
impl RefUnwindSafe for ConsoleType
impl Send for ConsoleType
impl Sync for ConsoleType
impl Unpin for ConsoleType
impl UnwindSafe for ConsoleType
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