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

type Update<Target, Changes> = UpdateStatement<<Target as HasTable>::Table, <Target as IntoUpdateTarget>::WhereClause, <Changes as AsChangeset>::Changeset>;

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