pub struct LoggerGuard { /* private fields */ }
Available on crate feature
logger
only.Trait Implementations§
Auto Trait Implementations§
impl Freeze for LoggerGuard
impl !RefUnwindSafe for LoggerGuard
impl Send for LoggerGuard
impl Sync for LoggerGuard
impl Unpin 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