diesel::backend::sql_dialect::on_conflict_clause

Trait SupportsOnConflictClauseWhere

source
pub trait SupportsOnConflictClauseWhere { }
Expand description

A marker trait indicating if a ON CONFLICT (...) DO UPDATE ... [WHERE ...] clause is supported or not

Implementorsยง