Enum OnConflictIdentifier
pub enum OnConflictIdentifier {
Column(DynIden),
Expr(Expr),
}Expand description
Represents either a column or an expression in the conflict targets
Variants§
Trait Implementations§
§impl Clone for OnConflictIdentifier
impl Clone for OnConflictIdentifier
§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 more§impl Debug for OnConflictIdentifier
impl Debug for OnConflictIdentifier
§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