pub struct DeleteData<'until_build, 'post_query> { /* private fields */ }
Expand description
Representation of the data of a DELETE operation.
Trait Implementations§
Auto Trait Implementations§
impl<'until_build, 'post_query> Freeze for DeleteData<'until_build, 'post_query>
impl<'until_build, 'post_query> RefUnwindSafe for DeleteData<'until_build, 'post_query>
impl<'until_build, 'post_query> Send for DeleteData<'until_build, 'post_query>
impl<'until_build, 'post_query> Sync for DeleteData<'until_build, 'post_query>
impl<'until_build, 'post_query> Unpin for DeleteData<'until_build, 'post_query>
impl<'until_build, 'post_query> UnwindSafe for DeleteData<'until_build, 'post_query>
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