pub struct NullLogger { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for NullLogger
impl Clone for NullLogger
Source§fn clone(&self) -> NullLogger
fn clone(&self) -> NullLogger
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 NullLogger
impl Debug for NullLogger
Source§impl Default for NullLogger
impl Default for NullLogger
Source§fn default() -> NullLogger
fn default() -> NullLogger
Returns the “default value” for a type. Read more
impl Eq for NullLogger
Source§impl PartialEq for NullLogger
impl PartialEq for NullLogger
impl StructuralPartialEq for NullLogger
Auto Trait Implementations§
impl Freeze for NullLogger
impl RefUnwindSafe for NullLogger
impl Send for NullLogger
impl Sync for NullLogger
impl Unpin for NullLogger
impl UnsafeUnpin for NullLogger
impl UnwindSafe for NullLogger
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