Struct sea_query::query::Query [−][src]
pub struct Query;
Expand description
Shorthand for constructing any table query
Implementations
Construct table SelectStatement
Construct table InsertStatement
Construct table UpdateStatement
Construct table DeleteStatement
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Queryimpl UnwindSafe for QueryBlanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V