pub enum Distinct<'a> {
All,
On(Vec<&'a str>),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Distinct<'a>
impl<'a> RefUnwindSafe for Distinct<'a>
impl<'a> Send for Distinct<'a>
impl<'a> Sync for Distinct<'a>
impl<'a> Unpin for Distinct<'a>
impl<'a> UnwindSafe for Distinct<'a>
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