pub struct DISTINCT;
Trait Implementations§
impl Copy for DISTINCT
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