pub struct Upsert<'bump> {
pub index: Option<UpsertIndex<'bump>>,
pub do_clause: UpsertDo<'bump>,
pub next: Option<&'bump Upsert<'bump>>,
}Expand description
Upsert clause
Fields§
§index: Option<UpsertIndex<'bump>>conflict targets
do_clause: UpsertDo<'bump>DO clause
next: Option<&'bump Upsert<'bump>>next upsert
Trait Implementations§
impl<'bump> Eq for Upsert<'bump>
Source§impl<'bump> PartialEq for Upsert<'bump>
impl<'bump> PartialEq for Upsert<'bump>
impl<'bump> StructuralPartialEq for Upsert<'bump>
Auto Trait Implementations§
impl<'bump> !RefUnwindSafe for Upsert<'bump>
impl<'bump> !Send for Upsert<'bump>
impl<'bump> !Sync for Upsert<'bump>
impl<'bump> !UnwindSafe for Upsert<'bump>
impl<'bump> Freeze for Upsert<'bump>
impl<'bump> Unpin for Upsert<'bump>
impl<'bump> UnsafeUnpin for Upsert<'bump>
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
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.