Type Alias 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.
Aliased Type§
struct BoxedUpdateStatement<'a, DB, T, V = SetNotCalled, Ret = NoReturningClause> { /* private fields */ }