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