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