pub enum UpsertSyntax {
OnConflict,
InsertIgnore,
None,
}Variants§
Trait Implementations§
Source§impl Clone for UpsertSyntax
impl Clone for UpsertSyntax
impl Copy for UpsertSyntax
Auto Trait Implementations§
impl Freeze for UpsertSyntax
impl RefUnwindSafe for UpsertSyntax
impl Send for UpsertSyntax
impl Sync for UpsertSyntax
impl Unpin for UpsertSyntax
impl UnsafeUnpin for UpsertSyntax
impl UnwindSafe for UpsertSyntax
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