Enum sqlparser::ast::SetQuantifier
source · pub enum SetQuantifier {
All,
Distinct,
None,
}
Expand description
A quantifier for SetOperator.
Variants§
Trait Implementations§
source§impl Clone for SetQuantifier
impl Clone for SetQuantifier
source§fn clone(&self) -> SetQuantifier
fn clone(&self) -> SetQuantifier
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for SetQuantifier
impl Debug for SetQuantifier
source§impl Display for SetQuantifier
impl Display for SetQuantifier
source§impl Hash for SetQuantifier
impl Hash for SetQuantifier
source§impl Ord for SetQuantifier
impl Ord for SetQuantifier
source§fn cmp(&self, other: &SetQuantifier) -> Ordering
fn cmp(&self, other: &SetQuantifier) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for SetQuantifier
impl PartialEq for SetQuantifier
source§fn eq(&self, other: &SetQuantifier) -> bool
fn eq(&self, other: &SetQuantifier) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for SetQuantifier
impl PartialOrd for SetQuantifier
source§fn partial_cmp(&self, other: &SetQuantifier) -> Option<Ordering>
fn partial_cmp(&self, other: &SetQuantifier) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for SetQuantifier
impl Eq for SetQuantifier
impl StructuralEq for SetQuantifier
impl StructuralPartialEq for SetQuantifier
Auto Trait Implementations§
impl RefUnwindSafe for SetQuantifier
impl Send for SetQuantifier
impl Sync for SetQuantifier
impl Unpin for SetQuantifier
impl UnwindSafe for SetQuantifier
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