Struct nom_sql::CreateViewStatement [−][src]
pub struct CreateViewStatement {
pub name: String,
pub fields: Vec<Column>,
pub definition: Box<SelectSpecification>,
}Fields
name: String
fields: Vec<Column>
definition: Box<SelectSpecification>
Trait Implementations
impl Clone for CreateViewStatement[src]
impl Clone for CreateViewStatementfn clone(&self) -> CreateViewStatement[src]
fn clone(&self) -> CreateViewStatementReturns 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 CreateViewStatement[src]
impl Debug for CreateViewStatementfn 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 CreateViewStatement[src]
impl Eq for CreateViewStatementimpl Hash for CreateViewStatement[src]
impl Hash for CreateViewStatementfn 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 CreateViewStatement[src]
impl PartialEq for CreateViewStatementfn eq(&self, other: &CreateViewStatement) -> bool[src]
fn eq(&self, other: &CreateViewStatement) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &CreateViewStatement) -> bool[src]
fn ne(&self, other: &CreateViewStatement) -> boolThis method tests for !=.
impl Display for CreateViewStatement[src]
impl Display for CreateViewStatementAuto Trait Implementations
impl Send for CreateViewStatement
impl Send for CreateViewStatementimpl Sync for CreateViewStatement
impl Sync for CreateViewStatement