diesel::query_builder

Type Alias IncompleteUpdateStatement

Source
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.

Aliased Typeยง

struct IncompleteUpdateStatement<T, U> { /* private fields */ }