pub enum DuplicateHandling {
First,
Last,
Highest,
Lowest,
}Expand description
Handling of xy-duplicates (which z do we keep?)
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DuplicateHandling
impl RefUnwindSafe for DuplicateHandling
impl Send for DuplicateHandling
impl Sync for DuplicateHandling
impl Unpin for DuplicateHandling
impl UnwindSafe for DuplicateHandling
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