pub struct ConflictColumnsTarget<'a, V: SQLParam> { /* private fields */ }Expand description
Shared column-list conflict target: ON CONFLICT (col1, col2).
Implementations§
Trait Implementations§
Source§impl<'a, V: Clone + SQLParam> Clone for ConflictColumnsTarget<'a, V>
impl<'a, V: Clone + SQLParam> Clone for ConflictColumnsTarget<'a, V>
Source§fn clone(&self) -> ConflictColumnsTarget<'a, V>
fn clone(&self) -> ConflictColumnsTarget<'a, V>
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<'a, V: SQLParam> ConflictTargetSql<'a, V> for ConflictColumnsTarget<'a, V>
impl<'a, V: SQLParam> ConflictTargetSql<'a, V> for ConflictColumnsTarget<'a, V>
Auto Trait Implementations§
impl<'a, V> Freeze for ConflictColumnsTarget<'a, V>where
V: Freeze,
impl<'a, V> RefUnwindSafe for ConflictColumnsTarget<'a, V>where
V: RefUnwindSafe,
impl<'a, V> Send for ConflictColumnsTarget<'a, V>
impl<'a, V> Sync for ConflictColumnsTarget<'a, V>where
V: Sync,
impl<'a, V> Unpin for ConflictColumnsTarget<'a, V>where
V: Unpin,
impl<'a, V> UnsafeUnpin for ConflictColumnsTarget<'a, V>where
V: UnsafeUnpin,
impl<'a, V> UnwindSafe for ConflictColumnsTarget<'a, V>where
V: RefUnwindSafe + UnwindSafe,
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