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 (const: unstable) ยท 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
Sourceยงfn eq(&self, other: &OnConflictIdentifier) -> bool
fn eq(&self, other: &OnConflictIdentifier) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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