Struct flow_record::artifacts::PosixFileRecord
source · pub struct PosixFileRecord { /* private fields */ }Trait Implementations§
source§impl Debug for PosixFileRecord
impl Debug for PosixFileRecord
source§impl Record for PosixFileRecord
impl Record for PosixFileRecord
source§impl TryFrom<&Bodyfile3Line> for PosixFileRecord
impl TryFrom<&Bodyfile3Line> for PosixFileRecord
source§type Error = TryFromIntError
type Error = TryFromIntError
The type returned in the event of a conversion error.
Auto Trait Implementations§
impl Freeze for PosixFileRecord
impl RefUnwindSafe for PosixFileRecord
impl Send for PosixFileRecord
impl Sync for PosixFileRecord
impl Unpin for PosixFileRecord
impl UnwindSafe for PosixFileRecord
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