pub enum Distinct {
None,
DistinctAll,
DistinctOn(Vec<String>),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Distinct
impl RefUnwindSafe for Distinct
impl Send for Distinct
impl Sync for Distinct
impl Unpin for Distinct
impl UnwindSafe for Distinct
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