Enum sqlparser::ast::SetOperator  
source · pub enum SetOperator {
    Union,
    Except,
    Intersect,
}Variants§
Trait Implementations§
source§impl Clone for SetOperator
 
impl Clone for SetOperator
source§fn clone(&self) -> SetOperator
 
fn clone(&self) -> SetOperator
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 SetOperator
 
impl Debug for SetOperator
source§impl<'de> Deserialize<'de> for SetOperator
 
impl<'de> Deserialize<'de> for SetOperator
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
    __D: Deserializer<'de>,
 
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Display for SetOperator
 
impl Display for SetOperator
source§impl Hash for SetOperator
 
impl Hash for SetOperator
source§impl Ord for SetOperator
 
impl Ord for SetOperator
source§fn cmp(&self, other: &SetOperator) -> Ordering
 
fn cmp(&self, other: &SetOperator) -> 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 SetOperator
 
impl PartialEq for SetOperator
source§fn eq(&self, other: &SetOperator) -> bool
 
fn eq(&self, other: &SetOperator) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl PartialOrd for SetOperator
 
impl PartialOrd for SetOperator
source§fn partial_cmp(&self, other: &SetOperator) -> Option<Ordering>
 
fn partial_cmp(&self, other: &SetOperator) -> 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 moresource§impl Serialize for SetOperator
 
impl Serialize for SetOperator
source§impl Visit for SetOperator
 
impl Visit for SetOperator
source§impl VisitMut for SetOperator
 
impl VisitMut for SetOperator
fn visit<V: VisitorMut>(&mut self, visitor: &mut V) -> ControlFlow<V::Break>
impl Copy for SetOperator
impl Eq for SetOperator
impl StructuralEq for SetOperator
impl StructuralPartialEq for SetOperator
Auto Trait Implementations§
impl RefUnwindSafe for SetOperator
impl Send for SetOperator
impl Sync for SetOperator
impl Unpin for SetOperator
impl UnwindSafe for SetOperator
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