pub struct NullLog { /* private fields */ }
Trait Implementations§
source§impl Boxed for NullLog
impl Boxed for NullLog
source§impl NullLogTrait for NullLog
impl NullLogTrait for NullLog
source§impl NullLogTraitConst for NullLog
impl NullLogTraitConst for NullLog
fn as_raw_NullLog(&self) -> *const c_void
impl Send for NullLog
Auto Trait Implementations§
impl RefUnwindSafe for NullLog
impl !Sync for NullLog
impl Unpin for NullLog
impl UnwindSafe for NullLog
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