pub struct ModifiedSession {
pub path: PathBuf,
pub mtime: SystemTime,
}Expand description
A session file that has been modified since last check.
Fields§
§path: PathBuf§mtime: SystemTimeTrait Implementations§
Source§impl Clone for ModifiedSession
impl Clone for ModifiedSession
Source§fn clone(&self) -> ModifiedSession
fn clone(&self) -> ModifiedSession
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ModifiedSession
impl RefUnwindSafe for ModifiedSession
impl Send for ModifiedSession
impl Sync for ModifiedSession
impl Unpin for ModifiedSession
impl UnsafeUnpin for ModifiedSession
impl UnwindSafe for ModifiedSession
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