Struct nom_sql::CreateTableStatement [−][src]
pub struct CreateTableStatement {
pub table: Table,
pub fields: Vec<ColumnSpecification>,
pub keys: Option<Vec<TableKey>>,
}Fields
table: Table
fields: Vec<ColumnSpecification>
keys: Option<Vec<TableKey>>
Trait Implementations
impl Clone for CreateTableStatement[src]
impl Clone for CreateTableStatementfn clone(&self) -> CreateTableStatement[src]
fn clone(&self) -> CreateTableStatementReturns 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 CreateTableStatement[src]
impl Debug for CreateTableStatementfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Default for CreateTableStatement[src]
impl Default for CreateTableStatementfn default() -> CreateTableStatement[src]
fn default() -> CreateTableStatementReturns the "default value" for a type. Read more
impl Eq for CreateTableStatement[src]
impl Eq for CreateTableStatementimpl Hash for CreateTableStatement[src]
impl Hash for CreateTableStatementfn 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 CreateTableStatement[src]
impl PartialEq for CreateTableStatementfn eq(&self, other: &CreateTableStatement) -> bool[src]
fn eq(&self, other: &CreateTableStatement) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &CreateTableStatement) -> bool[src]
fn ne(&self, other: &CreateTableStatement) -> boolThis method tests for !=.
impl Display for CreateTableStatement[src]
impl Display for CreateTableStatementAuto Trait Implementations
impl Send for CreateTableStatement
impl Send for CreateTableStatementimpl Sync for CreateTableStatement
impl Sync for CreateTableStatement