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