Type Definition diesel::query_builder::BoxedUpdateStatement
source · [−]pub type BoxedUpdateStatement<'a, DB, T, V = SetNotCalled, Ret = NoReturningClause> = UpdateStatement<T, BoxedWhereClause<'a, DB>, V, Ret>;
Expand description
An UPDATE
statement with a boxed WHERE
clause.