Enum sea_query::query::QueryStatement [−][src]
pub enum QueryStatement {
Select(SelectStatement),
Insert(InsertStatement),
Update(UpdateStatement),
Delete(DeleteStatement),
}
Expand description
All available types of table query
Variants
Tuple Fields of Select
Tuple Fields of Insert
Tuple Fields of Update
Tuple Fields of Delete
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for QueryStatement
impl Send for QueryStatement
impl Sync for QueryStatement
impl Unpin for QueryStatement
impl !UnwindSafe for QueryStatement
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self