pub struct FsMeta {
pub is_file: bool,
pub is_dir: bool,
pub len: u64,
pub modified: Option<SystemTime>,
}Fields§
§is_file: bool§is_dir: bool§len: u64§modified: Option<SystemTime>Trait Implementations§
Auto Trait Implementations§
impl Freeze for FsMeta
impl RefUnwindSafe for FsMeta
impl Send for FsMeta
impl Sync for FsMeta
impl Unpin for FsMeta
impl UnsafeUnpin for FsMeta
impl UnwindSafe for FsMeta
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