Type Definition diesel::dsl::Update[][src]

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)