pub struct FileObservation {
pub relative_path: String,
pub modified_at: SystemTime,
}Fields§
§relative_path: String§modified_at: SystemTimeTrait Implementations§
Source§impl Clone for FileObservation
impl Clone for FileObservation
Source§fn clone(&self) -> FileObservation
fn clone(&self) -> FileObservation
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 FileObservation
impl RefUnwindSafe for FileObservation
impl Send for FileObservation
impl Sync for FileObservation
impl Unpin for FileObservation
impl UnsafeUnpin for FileObservation
impl UnwindSafe for FileObservation
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