pub enum OnConflictIdentifier {
Column(DynIden),
Expr(Expr),
}Expand description
Represents either a column or an expression in the conflict targets
Variants§
Trait Implementations§
Source§impl Clone for OnConflictIdentifier
impl Clone for OnConflictIdentifier
Source§fn clone(&self) -> OnConflictIdentifier
fn clone(&self) -> OnConflictIdentifier
Returns a duplicate 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 OnConflictIdentifier
impl Debug for OnConflictIdentifier
Source§impl PartialEq for OnConflictIdentifier
impl PartialEq for OnConflictIdentifier
impl StructuralPartialEq for OnConflictIdentifier
Auto Trait Implementations§
impl Freeze for OnConflictIdentifier
impl RefUnwindSafe for OnConflictIdentifier
impl Send for OnConflictIdentifier
impl Sync for OnConflictIdentifier
impl Unpin for OnConflictIdentifier
impl UnwindSafe for OnConflictIdentifier
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