Type Definition 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)