Set

Type Alias Set 

Source
pub type Set<U, V> = UpdateStatement<<U as UpdateAutoTypeHelper>::Table, <U as UpdateAutoTypeHelper>::Where, <V as AsChangeset>::Changeset>;
Expand description

Represents the return type of UpdateStatement::set()

Aliased Typeยง

pub struct Set<U, V> { /* private fields */ }