pub struct StaleFile {
pub path: String,
pub reason: String,
}Expand description
Describes a file whose on-disk state no longer matches the cached snapshot.
Fields§
§path: StringThe absolute path of the file (as recorded in the snapshot).
reason: StringHuman-readable reason explaining why the entry is stale.
Trait Implementations§
impl Eq for StaleFile
impl StructuralPartialEq for StaleFile
Auto Trait Implementations§
impl Freeze for StaleFile
impl RefUnwindSafe for StaleFile
impl Send for StaleFile
impl Sync for StaleFile
impl Unpin for StaleFile
impl UnsafeUnpin for StaleFile
impl UnwindSafe for StaleFile
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.