Type Alias diesel::dsl::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§

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