Enum partiql_logical::SetQuantifier
source · pub enum SetQuantifier {
All,
Distinct,
}
Expand description
Indicates if a set should be reduced to its distinct elements or not.
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 PartialEq<SetQuantifier> for SetQuantifier
impl PartialEq<SetQuantifier> 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 ==
.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