pub struct NoopLogSink;Expand description
Log sink that discards all records.
Trait Implementations§
Source§impl Debug for NoopLogSink
impl Debug for NoopLogSink
Source§impl Default for NoopLogSink
impl Default for NoopLogSink
Source§fn default() -> NoopLogSink
fn default() -> NoopLogSink
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for NoopLogSink
impl RefUnwindSafe for NoopLogSink
impl Send for NoopLogSink
impl Sync for NoopLogSink
impl Unpin for NoopLogSink
impl UnsafeUnpin for NoopLogSink
impl UnwindSafe for NoopLogSink
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