pub struct FileOutput { /* private fields */ }Expand description
File log output that writes to a file.
Implementations§
Trait Implementations§
Source§impl Debug for FileOutput
impl Debug for FileOutput
Auto Trait Implementations§
impl Freeze for FileOutput
impl RefUnwindSafe for FileOutput
impl Send for FileOutput
impl Sync for FileOutput
impl Unpin for FileOutput
impl UnwindSafe for FileOutput
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