pub struct InsertDoUpdateSet;Expand description
Marker for the state after DO UPDATE SET (before optional WHERE).
Trait Implementations§
Source§impl Clone for InsertDoUpdateSet
impl Clone for InsertDoUpdateSet
Source§fn clone(&self) -> InsertDoUpdateSet
fn clone(&self) -> InsertDoUpdateSet
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 moreimpl Copy for InsertDoUpdateSet
Source§impl Debug for InsertDoUpdateSet
impl Debug for InsertDoUpdateSet
Source§impl Default for InsertDoUpdateSet
impl Default for InsertDoUpdateSet
Source§fn default() -> InsertDoUpdateSet
fn default() -> InsertDoUpdateSet
Returns the “default value” for a type. Read more
impl ExecutableState for InsertDoUpdateSet
Auto Trait Implementations§
impl Freeze for InsertDoUpdateSet
impl RefUnwindSafe for InsertDoUpdateSet
impl Send for InsertDoUpdateSet
impl Sync for InsertDoUpdateSet
impl Unpin for InsertDoUpdateSet
impl UnsafeUnpin for InsertDoUpdateSet
impl UnwindSafe for InsertDoUpdateSet
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