pub struct LoggingGuards {
pub _file_guard: Option<WorkerGuard>,
}Expand description
Guards to keep file appenders alive
Fields§
§_file_guard: Option<WorkerGuard>Auto Trait Implementations§
impl Freeze for LoggingGuards
impl !RefUnwindSafe for LoggingGuards
impl Send for LoggingGuards
impl Sync for LoggingGuards
impl Unpin 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