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
Select(SelectStatement)Insert(InsertStatement)Update(UpdateStatement)Delete(DeleteStatement)Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for QueryStatementimpl !Send for QueryStatementimpl !Sync for QueryStatementimpl Unpin for QueryStatementimpl !UnwindSafe for QueryStatementBlanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V