pub struct FileLogWriterHandle(/* private fields */);
Expand description
Handle to the FileLogWriter
in an ArcFileLogWriter
that shuts down the FileLogWriter
in its Drop
implementation.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FileLogWriterHandle
impl RefUnwindSafe for FileLogWriterHandle
impl Send for FileLogWriterHandle
impl Sync for FileLogWriterHandle
impl Unpin for FileLogWriterHandle
impl UnwindSafe for FileLogWriterHandle
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