pub struct LoggerImpl;
Implementations§
Source§impl LoggerImpl
impl LoggerImpl
Trait Implementations§
Source§impl Default for LoggerImpl
impl Default for LoggerImpl
Auto Trait Implementations§
impl Freeze for LoggerImpl
impl RefUnwindSafe for LoggerImpl
impl Send for LoggerImpl
impl Sync for LoggerImpl
impl Unpin for LoggerImpl
impl UnwindSafe for LoggerImpl
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