pub struct InsertOnConflictSet;Expand description
Marker for the state after ON CONFLICT is set.
Implementations§
Trait Implementations§
Source§impl Clone for InsertOnConflictSet
impl Clone for InsertOnConflictSet
Source§fn clone(&self) -> InsertOnConflictSet
fn clone(&self) -> InsertOnConflictSet
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 InsertOnConflictSet
impl Debug for InsertOnConflictSet
Source§impl Default for InsertOnConflictSet
impl Default for InsertOnConflictSet
Source§fn default() -> InsertOnConflictSet
fn default() -> InsertOnConflictSet
Returns the “default value” for a type. Read more
impl Copy for InsertOnConflictSet
impl ExecutableState for InsertOnConflictSet
Auto Trait Implementations§
impl Freeze for InsertOnConflictSet
impl RefUnwindSafe for InsertOnConflictSet
impl Send for InsertOnConflictSet
impl Sync for InsertOnConflictSet
impl Unpin for InsertOnConflictSet
impl UnwindSafe for InsertOnConflictSet
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