Enum sea_query::query::SubQueryStatement
source · pub enum SubQueryStatement {
SelectStatement(SelectStatement),
InsertStatement(InsertStatement),
UpdateStatement(UpdateStatement),
DeleteStatement(DeleteStatement),
WithStatement(WithQuery),
}
Variants§
SelectStatement(SelectStatement)
InsertStatement(InsertStatement)
UpdateStatement(UpdateStatement)
DeleteStatement(DeleteStatement)
WithStatement(WithQuery)
Trait Implementations§
source§impl Clone for SubQueryStatement
impl Clone for SubQueryStatement
source§fn clone(&self) -> SubQueryStatement
fn clone(&self) -> SubQueryStatement
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more