pub struct DeleteBuilder { /* private fields */ }Expand description
A delete request builder.
Implementations§
Source§impl DeleteBuilder
impl DeleteBuilder
Sourcepub async fn send(self) -> Result<DeleteResponse>
pub async fn send(self) -> Result<DeleteResponse>
Sends the delete request.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DeleteBuilder
impl !RefUnwindSafe for DeleteBuilder
impl Send for DeleteBuilder
impl Sync for DeleteBuilder
impl Unpin for DeleteBuilder
impl !UnwindSafe for DeleteBuilder
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