pub enum DirCmpEntry {
Both(PathBuf, PathBuf, FileCompResult),
Left(PathBuf),
Right(PathBuf),
}Variants§
Trait Implementations§
Source§impl Debug for DirCmpEntry
impl Debug for DirCmpEntry
Source§impl Ord for DirCmpEntry
impl Ord for DirCmpEntry
Source§fn cmp(&self, other: &DirCmpEntry) -> Ordering
fn cmp(&self, other: &DirCmpEntry) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for DirCmpEntry
impl PartialEq for DirCmpEntry
Source§impl PartialOrd for DirCmpEntry
impl PartialOrd for DirCmpEntry
impl Eq for DirCmpEntry
impl StructuralPartialEq for DirCmpEntry
Auto Trait Implementations§
impl Freeze for DirCmpEntry
impl RefUnwindSafe for DirCmpEntry
impl Send for DirCmpEntry
impl Sync for DirCmpEntry
impl Unpin for DirCmpEntry
impl UnwindSafe for DirCmpEntry
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