struct Dedup {
items: BTreeSet<String>,
keep: bool,
}Fields§
§items: BTreeSet<String>§keep: boolImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Dedup
impl RefUnwindSafe for Dedup
impl Send for Dedup
impl Sync for Dedup
impl Unpin for Dedup
impl UnwindSafe for Dedup
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