pub struct NullLog { /* private fields */ }Trait Implementations
sourceimpl Boxed for NullLog
impl Boxed for NullLog
sourceimpl NullLogTrait for NullLog
impl NullLogTrait for NullLog
sourceimpl 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more