Enum sqlparser::ast::SetOperator
source · [−]pub enum SetOperator {
Union,
Except,
Intersect,
}
Variants
Union
Except
Intersect
Trait Implementations
sourceimpl Clone for SetOperator
impl Clone for SetOperator
sourcefn clone(&self) -> SetOperator
fn clone(&self) -> SetOperator
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for SetOperator
impl Debug for SetOperator
sourceimpl Display for SetOperator
impl Display for SetOperator
sourceimpl Hash for SetOperator
impl Hash for SetOperator
sourceimpl PartialEq<SetOperator> for SetOperator
impl PartialEq<SetOperator> for SetOperator
sourcefn eq(&self, other: &SetOperator) -> bool
fn eq(&self, other: &SetOperator) -> bool
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more