Struct dfir_toolkit::es4forensics::objects::PosixFile
source · pub struct PosixFile { /* private fields */ }Trait Implementations§
source§impl IntoIterator for PosixFile
impl IntoIterator for PosixFile
source§impl TimelineObject for PosixFile
impl TimelineObject for PosixFile
fn into_values(self) -> Box<dyn Iterator<Item = Value>>where Self: Sized, <Self as IntoIterator>::IntoIter: 'static,
fn into_tuples(self) -> Box<dyn Iterator<Item = (Timestamp, Value)>>where Self: Sized, <Self as IntoIterator>::IntoIter: 'static,
source§impl TryFrom<&Bodyfile3Line> for PosixFile
impl TryFrom<&Bodyfile3Line> for PosixFile
Auto Trait Implementations§
impl RefUnwindSafe for PosixFile
impl Send for PosixFile
impl Sync for PosixFile
impl Unpin for PosixFile
impl UnwindSafe for PosixFile
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