pub struct FileFlusher(/* private fields */);
Expand description
Flushes into a file
Implementations§
Source§impl FileFlusher
impl FileFlusher
Sourcepub fn new(path: &'static str) -> FileFlusher
pub fn new(path: &'static str) -> FileFlusher
Flushes into file with specified path
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FileFlusher
impl RefUnwindSafe for FileFlusher
impl Send for FileFlusher
impl Sync for FileFlusher
impl Unpin for FileFlusher
impl UnwindSafe for FileFlusher
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