pub struct LOGGER_OBJ { /* private fields */ }Trait Implementations§
Source§impl Deref for LOGGER_OBJ
impl Deref for LOGGER_OBJ
impl LazyStatic for LOGGER_OBJ
Auto Trait Implementations§
impl Freeze for LOGGER_OBJ
impl RefUnwindSafe for LOGGER_OBJ
impl Send for LOGGER_OBJ
impl Sync for LOGGER_OBJ
impl Unpin for LOGGER_OBJ
impl UnwindSafe for LOGGER_OBJ
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