pub struct FileAge {
pub age_duration: Duration,
pub seconds: u64,
pub hours: u64,
pub minutes: u64,
}
Fields§
§age_duration: Duration
§seconds: u64
§hours: u64
§minutes: u64
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FileAge
impl RefUnwindSafe for FileAge
impl Send for FileAge
impl Sync for FileAge
impl Unpin for FileAge
impl UnwindSafe for FileAge
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