pub enum LoggerPrintMode {
Results,
Info,
}Variants§
Auto Trait Implementations§
impl Freeze for LoggerPrintMode
impl RefUnwindSafe for LoggerPrintMode
impl Send for LoggerPrintMode
impl Sync for LoggerPrintMode
impl Unpin for LoggerPrintMode
impl UnsafeUnpin for LoggerPrintMode
impl UnwindSafe for LoggerPrintMode
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