pub struct Delete<'a> { /* private fields */ }Expand description
A struct for building DELETE queries.
Implementations§
Trait Implementations§
source§impl<'a> IntoFuture for Delete<'a>
impl<'a> IntoFuture for Delete<'a>
§type IntoFuture = Pin<Box<dyn Future<Output = <Delete<'a> as IntoFuture>::Output> + 'a, Global>>
type IntoFuture = Pin<Box<dyn Future<Output = <Delete<'a> as IntoFuture>::Output> + 'a, Global>>
Which kind of future are we turning this into?
source§fn into_future(self) -> Self::IntoFuture
fn into_future(self) -> Self::IntoFuture
Creates a future from a value. Read more
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for Delete<'a>
impl<'a> Send for Delete<'a>
impl<'a> Sync for Delete<'a>
impl<'a> Unpin for Delete<'a>
impl<'a> !UnwindSafe for Delete<'a>
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