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