Type Definition diesel::query_builder::BoxedUpdateStatement[][src]

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.