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