pub struct FileRecord { /* private fields */ }Trait Implementations§
source§impl FlowRecord for FileRecord
impl FlowRecord for FileRecord
source§impl TryFrom<&Bodyfile3Line> for FileRecord
impl TryFrom<&Bodyfile3Line> for FileRecord
Auto Trait Implementations§
impl Freeze for FileRecord
impl RefUnwindSafe for FileRecord
impl Send for FileRecord
impl Sync for FileRecord
impl Unpin for FileRecord
impl UnwindSafe for FileRecord
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