pub struct LoggerGuard;Auto Trait Implementations§
impl Freeze for LoggerGuard
impl RefUnwindSafe for LoggerGuard
impl Send for LoggerGuard
impl Sync for LoggerGuard
impl Unpin for LoggerGuard
impl UnsafeUnpin for LoggerGuard
impl UnwindSafe for LoggerGuard
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