Struct nom_sql::DeleteStatement [−][src]
pub struct DeleteStatement {
pub table: Table,
pub where_clause: Option<ConditionExpression>,
}Fields
table: Table
where_clause: Option<ConditionExpression>
Trait Implementations
impl Clone for DeleteStatement[src]
impl Clone for DeleteStatementfn clone(&self) -> DeleteStatement[src]
fn clone(&self) -> DeleteStatementReturns 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 DeleteStatement[src]
impl Debug for DeleteStatementfn 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 DeleteStatement[src]
impl Default for DeleteStatementfn default() -> DeleteStatement[src]
fn default() -> DeleteStatementReturns the "default value" for a type. Read more
impl Eq for DeleteStatement[src]
impl Eq for DeleteStatementimpl Hash for DeleteStatement[src]
impl Hash for DeleteStatementfn 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 DeleteStatement[src]
impl PartialEq for DeleteStatementfn eq(&self, other: &DeleteStatement) -> bool[src]
fn eq(&self, other: &DeleteStatement) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &DeleteStatement) -> bool[src]
fn ne(&self, other: &DeleteStatement) -> boolThis method tests for !=.
impl Display for DeleteStatement[src]
impl Display for DeleteStatementAuto Trait Implementations
impl Send for DeleteStatement
impl Send for DeleteStatementimpl Sync for DeleteStatement
impl Sync for DeleteStatement