pub type IncompleteUpdateStatement<T, U> = UpdateStatement<T, U>;๐Deprecated since 1.2.0: Use
UpdateStatement<T, U> insteadExpand description
The type returned by update. The only thing you can do
with this type is call set on it.
Aliased Typeยง
pub struct IncompleteUpdateStatement<T, U> { /* private fields */ }