pub struct Metadata<F: Flags + Copy> {
pub file_type: F,
pub file_mode: u32,
pub file_size: u64,
pub file_time: Option<SystemTime>,
}Fields§
§file_type: F§file_mode: u32§file_size: u64§file_time: Option<SystemTime>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<F> RefUnwindSafe for Metadata<F>where
F: RefUnwindSafe,
impl<F> Send for Metadata<F>where
F: Send,
impl<F> Sync for Metadata<F>where
F: Sync,
impl<F> Unpin for Metadata<F>where
F: Unpin,
impl<F> UnwindSafe for Metadata<F>where
F: UnwindSafe,
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