Struct custom_utils::logger::writers::FileLogWriterHandle
source · [−]pub struct FileLogWriterHandle(_);
Expand description
Handle to the FileLogWriter
in an ArcFileLogWriter
that shuts down the FileLogWriter
in its Drop
implementation.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for FileLogWriterHandle
impl Send for FileLogWriterHandle
impl Sync for FileLogWriterHandle
impl Unpin for FileLogWriterHandle
impl UnwindSafe for FileLogWriterHandle
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more