pub struct LoggingGuard {}Expand description
Logging initialization result
Implementations§
Auto Trait Implementations§
impl Freeze for LoggingGuard
impl RefUnwindSafe for LoggingGuard
impl Send for LoggingGuard
impl Sync for LoggingGuard
impl Unpin for LoggingGuard
impl UnsafeUnpin for LoggingGuard
impl UnwindSafe for LoggingGuard
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