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

pub type IncompleteUpdateStatement<T, U> = UpdateStatement<T, U>;
👎 Deprecated since 1.2.0:

Use UpdateStatement<T, U> instead

Expand description

The type returned by update. The only thing you can do with this type is call set on it.