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