pub enum Distinctness {
All,
Distinct,
}Expand description
DISTINCT / ALL modifier on SELECT.
Variants§
Trait Implementations§
Source§impl Clone for Distinctness
impl Clone for Distinctness
Source§fn clone(&self) -> Distinctness
fn clone(&self) -> Distinctness
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for Distinctness
Source§impl Debug for Distinctness
impl Debug for Distinctness
Source§impl Default for Distinctness
impl Default for Distinctness
Source§fn default() -> Distinctness
fn default() -> Distinctness
Returns the “default value” for a type. Read more
impl Eq for Distinctness
Source§impl Hash for Distinctness
impl Hash for Distinctness
Source§impl PartialEq for Distinctness
impl PartialEq for Distinctness
impl StructuralPartialEq for Distinctness
Auto Trait Implementations§
impl Freeze for Distinctness
impl RefUnwindSafe for Distinctness
impl Send for Distinctness
impl Sync for Distinctness
impl Unpin for Distinctness
impl UnsafeUnpin for Distinctness
impl UnwindSafe for Distinctness
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