Type Alias diesel::helper_types::Update

source ·
pub type Update<Target, Changes> = UpdateStatement<<Target as HasTable>::Table, <Target as IntoUpdateTarget>::WhereClause, <Changes as AsChangeset>::Changeset>;
Expand description

Represents the return type of update(lhs).set(rhs)

Aliased Type§

struct Update<Target, Changes> { /* private fields */ }