Struct sqlpop::ast::Select
[−]
[src]
pub struct Select {
pub with: Option<With>,
pub body: SelectBody,
pub order_by: Option<Vec<SortedColumn>>,
pub limit: Option<Limit>,
}Fields
with: Option<With>
body: SelectBody
order_by: Option<Vec<SortedColumn>>
limit: Option<Limit>
Trait Implementations
impl Clone for Select[src]
fn clone(&self) -> Select
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Debug for Select[src]
impl PartialEq for Select[src]
fn eq(&self, __arg_0: &Select) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Select) -> bool
This method tests for !=.