Struct dfir_toolkit::es4forensics::File
source · pub struct File { /* private fields */ }Implementations§
source§impl File
impl File
pub fn with_mtime(self, ts: Option<Timestamp>) -> Self
pub fn with_accessed(self, ts: Option<Timestamp>) -> Self
pub fn with_ctime(self, ts: Option<Timestamp>) -> Self
pub fn with_created(self, ts: Option<Timestamp>) -> Self
pub fn with_target_path(self, ts: Option<String>) -> Self
pub fn with_type(self, ts: Option<FileType>) -> Self
pub fn with_gid(self, ts: u64) -> Self
pub fn with_uid(self, ts: u64) -> Self
pub fn with_inode(self, ts: String) -> Self
pub fn with_mode(self, ts: String) -> Self
pub fn with_size(self, ts: u64) -> Self
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for File
impl Send for File
impl Sync for File
impl Unpin for File
impl UnwindSafe for File
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