pub struct EventFileWriter { /* private fields */ }
Implementations§
Source§impl EventFileWriter
impl EventFileWriter
pub fn new<P: AsRef<Path>>(logdir: P) -> EventFileWriter
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EventFileWriter
impl !RefUnwindSafe for EventFileWriter
impl Send for EventFileWriter
impl Sync for EventFileWriter
impl Unpin for EventFileWriter
impl !UnwindSafe for EventFileWriter
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