pub type BoxedCloneUpdateStatement<'a, DB, T, V = SetNotCalled, Ret = NoReturningClause> = UpdateStatement<T, BoxedCloneWhereClause<'a, DB>, V, Ret>;Expand description
An UPDATE statement with a boxed cloneable WHERE clause.
Aliased Typeยง
pub struct BoxedCloneUpdateStatement<'a, DB, T, V = SetNotCalled, Ret = NoReturningClause> { /* private fields */ }