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