diesel::query_builder

Type Alias 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 */ }