Struct nom_sql::CompoundSelectStatement [−][src]
pub struct CompoundSelectStatement {
pub selects: Vec<(Option<CompoundSelectOperator>, SelectStatement)>,
pub order: Option<OrderClause>,
pub limit: Option<LimitClause>,
}Fields
selects: Vec<(Option<CompoundSelectOperator>, SelectStatement)>
order: Option<OrderClause>
limit: Option<LimitClause>
Trait Implementations
impl Clone for CompoundSelectStatement[src]
impl Clone for CompoundSelectStatementfn clone(&self) -> CompoundSelectStatement[src]
fn clone(&self) -> CompoundSelectStatementReturns 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 CompoundSelectStatement[src]
impl Debug for CompoundSelectStatementfn 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 CompoundSelectStatement[src]
impl Eq for CompoundSelectStatementimpl Hash for CompoundSelectStatement[src]
impl Hash for CompoundSelectStatementfn 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 CompoundSelectStatement[src]
impl PartialEq for CompoundSelectStatementfn eq(&self, other: &CompoundSelectStatement) -> bool[src]
fn eq(&self, other: &CompoundSelectStatement) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &CompoundSelectStatement) -> bool[src]
fn ne(&self, other: &CompoundSelectStatement) -> boolThis method tests for !=.
impl Display for CompoundSelectStatement[src]
impl Display for CompoundSelectStatementAuto Trait Implementations
impl Send for CompoundSelectStatement
impl Send for CompoundSelectStatementimpl Sync for CompoundSelectStatement
impl Sync for CompoundSelectStatement