pub struct LoggingGuards { /* private fields */ }Expand description
Guards required to keep background logging workers alive.
Auto Trait Implementations§
impl Freeze for LoggingGuards
impl !RefUnwindSafe for LoggingGuards
impl Send for LoggingGuards
impl Sync for LoggingGuards
impl Unpin for LoggingGuards
impl UnsafeUnpin for LoggingGuards
impl !UnwindSafe for LoggingGuards
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