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