pub struct DeleteMe<'a> { /* private fields */ }Expand description
Builder for Client::delete_me
Implementations§
Source§impl<'a> DeleteMe<'a>
impl<'a> DeleteMe<'a>
pub fn new(client: &'a Client) -> Self
Sourcepub async fn send(
self,
) -> Result<ResponseValue<DeleteMeResponse>, Error<DeleteMeResponse>>
pub async fn send( self, ) -> Result<ResponseValue<DeleteMeResponse>, Error<DeleteMeResponse>>
Sends a DELETE request to /auth/me/
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for DeleteMe<'a>
impl<'a> !RefUnwindSafe for DeleteMe<'a>
impl<'a> Send for DeleteMe<'a>
impl<'a> Sync for DeleteMe<'a>
impl<'a> Unpin for DeleteMe<'a>
impl<'a> UnsafeUnpin for DeleteMe<'a>
impl<'a> !UnwindSafe for DeleteMe<'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