Struct duplicate_destroyer::DuplicateObject
source · pub struct DuplicateObject {
pub duplicates: HashSet<OsString>,
pub size: u64,
}Expand description
Holds data of duplicate groups that are returned by DuDe.
Fields§
§duplicates: HashSet<OsString>Set of all duplicate paths in group
size: u64Size of one element in duplicates
Implementations§
Trait Implementations§
source§impl Clone for DuplicateObject
impl Clone for DuplicateObject
source§fn clone(&self) -> DuplicateObject
fn clone(&self) -> DuplicateObject
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for DuplicateObject
impl Debug for DuplicateObject
source§impl PartialEq for DuplicateObject
impl PartialEq for DuplicateObject
source§impl Serialize for DuplicateObject
impl Serialize for DuplicateObject
impl Eq for DuplicateObject
Auto Trait Implementations§
impl RefUnwindSafe for DuplicateObject
impl Send for DuplicateObject
impl Sync for DuplicateObject
impl Unpin for DuplicateObject
impl UnwindSafe for DuplicateObject
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