pub struct OnConflictClause {
pub target: Option<ConflictTarget>,
pub action: OnConflictAction,
}Fields§
§target: Option<ConflictTarget>§action: OnConflictActionTrait Implementations§
Source§impl Clone for OnConflictClause
impl Clone for OnConflictClause
Source§fn clone(&self) -> OnConflictClause
fn clone(&self) -> OnConflictClause
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 moreAuto Trait Implementations§
impl Freeze for OnConflictClause
impl RefUnwindSafe for OnConflictClause
impl Send for OnConflictClause
impl Sync for OnConflictClause
impl Unpin for OnConflictClause
impl UnsafeUnpin for OnConflictClause
impl UnwindSafe for OnConflictClause
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