pub struct NullLogSink;Expand description
No-op sink for tests / --no-log.
Trait Implementations§
Source§impl LogSink for NullLogSink
impl LogSink for NullLogSink
Auto Trait Implementations§
impl Freeze for NullLogSink
impl RefUnwindSafe for NullLogSink
impl Send for NullLogSink
impl Sync for NullLogSink
impl Unpin for NullLogSink
impl UnsafeUnpin for NullLogSink
impl UnwindSafe for NullLogSink
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