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 moresource§impl Debug for OnConflictTarget
impl Debug for OnConflictTarget
source§impl PartialEq<OnConflictTarget> for OnConflictTarget
impl PartialEq<OnConflictTarget> for OnConflictTarget
source§fn eq(&self, other: &OnConflictTarget) -> bool
fn eq(&self, other: &OnConflictTarget) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for OnConflictTarget
Auto Trait Implementations§
impl !RefUnwindSafe for OnConflictTarget
impl Send for OnConflictTarget
impl Sync for OnConflictTarget
impl Unpin for OnConflictTarget
impl !UnwindSafe for OnConflictTarget
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more