Type Definition diesel::query_builder::IncompleteUpdateStatement [−][src]
type IncompleteUpdateStatement<T, U> = UpdateStatement<T, U>;
Deprecated since 1.2.0
: Use UpdateStatement<T, U>
instead
The type returned by update
. The only thing you can do
with this type is call set
on it.