pub struct NullLogger;Expand description
A no-op logger that discards all messages
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NullLogger
impl RefUnwindSafe for NullLogger
impl Send for NullLogger
impl Sync for NullLogger
impl Unpin for NullLogger
impl UnwindSafe for NullLogger
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