pub enum EntryDiff {
Directory(BTreeMap<PathBuf, EntryDiff>, DirectoryDiff),
File(MetricsDiff),
KindChanged,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EntryDiff
impl RefUnwindSafe for EntryDiff
impl Send for EntryDiff
impl Sync for EntryDiff
impl Unpin for EntryDiff
impl UnwindSafe for EntryDiff
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