pub type OnConflict<I, Target> = IncompleteOnConflict<InsertStatement<<I as InsertAutoTypeHelper>::Table, <<I as InsertAutoTypeHelper>::Values as IntoConflictValueClause>::ValueClause, <I as InsertAutoTypeHelper>::Op, <I as InsertAutoTypeHelper>::Ret>, ConflictTarget<Target>>;Expand description
Represents the return type of
InsertStatement::on_conflict()
Aliased Typeยง
pub struct OnConflict<I, Target> { /* private fields */ }