pub struct NullOutput;Trait Implementations§
Source§impl Clone for NullOutput
impl Clone for NullOutput
Source§fn clone(&self) -> NullOutput
fn clone(&self) -> NullOutput
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NullOutput
impl Debug for NullOutput
Source§impl Default for NullOutput
impl Default for NullOutput
Source§fn default() -> NullOutput
fn default() -> NullOutput
Returns the “default value” for a type. Read more
Source§impl LoggerOutput for NullOutput
impl LoggerOutput for NullOutput
fn log(&mut self, _message: &LogMessage)
impl Copy for NullOutput
Auto Trait Implementations§
impl Freeze for NullOutput
impl RefUnwindSafe for NullOutput
impl Send for NullOutput
impl Sync for NullOutput
impl Unpin for NullOutput
impl UnwindSafe for NullOutput
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