Enum nom_sql::CompoundSelectOperator [−][src]
pub enum CompoundSelectOperator {
Union,
DistinctUnion,
Intersect,
Except,
}Variants
UnionDistinctUnionIntersectExcept
Trait Implementations
impl Clone for CompoundSelectOperator[src]
impl Clone for CompoundSelectOperatorfn clone(&self) -> CompoundSelectOperator[src]
fn clone(&self) -> CompoundSelectOperatorReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for CompoundSelectOperator[src]
impl Debug for CompoundSelectOperatorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Eq for CompoundSelectOperator[src]
impl Eq for CompoundSelectOperatorimpl Hash for CompoundSelectOperator[src]
impl Hash for CompoundSelectOperatorfn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash<__H: Hasher>(&self, state: &mut __H)Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0
[src]Feeds a slice of this type into the given [Hasher]. Read more
impl PartialEq for CompoundSelectOperator[src]
impl PartialEq for CompoundSelectOperatorfn eq(&self, other: &CompoundSelectOperator) -> bool[src]
fn eq(&self, other: &CompoundSelectOperator) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Display for CompoundSelectOperator[src]
impl Display for CompoundSelectOperatorAuto Trait Implementations
impl Send for CompoundSelectOperator
impl Send for CompoundSelectOperatorimpl Sync for CompoundSelectOperator
impl Sync for CompoundSelectOperator