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