Struct Logging
pub struct Logging {
pub(crate) _file_guard: Option<WorkerGuard>,
pub(crate) _priv: (),
}Expand description
Logging handle returned by init.
Handle must be kept alive for the duration of the program.
Fields§
§_file_guard: Option<WorkerGuard>Available on crate feature
§file only._priv: ()Auto Trait Implementations§
impl Freeze for Logging
impl !RefUnwindSafe for Logging
impl Send for Logging
impl Sync for Logging
impl Unpin for Logging
impl !UnwindSafe for Logging
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