Module diesel::query_builder::update_statement::changeset [] [src]

Traits

AsChangeset

Types which can be passed to update.set. This can be automatically generated for structs by #[changeset_for].

Changeset

Apps should not need to concern themselves with this trait.