pub struct EntryInfo {
path: PathBuf,
kind: EntryKind,
len: u64,
modified: Option<SystemTime>,
}Expand description
Snapshot of one filesystem entry.
Fields§
§path: PathBuf§kind: EntryKind§len: u64§modified: Option<SystemTime>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EntryInfo
impl RefUnwindSafe for EntryInfo
impl Send for EntryInfo
impl Sync for EntryInfo
impl Unpin for EntryInfo
impl UnsafeUnpin for EntryInfo
impl UnwindSafe for EntryInfo
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