pub struct FileMtime {
pub secs: i64,
pub nanos: u32,
}Fields§
§secs: i64§nanos: u32Implementations§
Trait Implementations§
impl Copy for FileMtime
impl Eq for FileMtime
impl StructuralPartialEq for FileMtime
Auto Trait Implementations§
impl Freeze for FileMtime
impl RefUnwindSafe for FileMtime
impl Send for FileMtime
impl Sync for FileMtime
impl Unpin for FileMtime
impl UnsafeUnpin for FileMtime
impl UnwindSafe for FileMtime
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