pub struct FileOutput { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Output for FileOutput
impl Output for FileOutput
fn write(&mut self, data: RecordData)
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