pub struct DirectoryComparator;Expand description
Directory comparator for recursive comparison
Implementations§
Source§impl DirectoryComparator
impl DirectoryComparator
Auto Trait Implementations§
impl Freeze for DirectoryComparator
impl RefUnwindSafe for DirectoryComparator
impl Send for DirectoryComparator
impl Sync for DirectoryComparator
impl Unpin for DirectoryComparator
impl UnwindSafe for DirectoryComparator
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