Struct diesel:: query_builder:: update_statement:: IncompleteUpdateStatement
[−]
[src]
pub struct IncompleteUpdateStatement<T>(_);
The type returned by update
. The only thing you can do
with this type is call set
on it.