Enum sea_query::query::OnConflictTarget
source · pub enum OnConflictTarget {
ConflictColumns(Vec<DynIden>),
}
Expand description
Represents ON CONFLICT (upsert) targets
Variants§
Trait Implementations§
source§impl Clone for OnConflictTarget
impl Clone for OnConflictTarget
source§fn clone(&self) -> OnConflictTarget
fn clone(&self) -> OnConflictTarget
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more