pub struct DeleteUserAccount;
Expand description
Delete a user account
Trait Implementations§
Source§impl ApiEndpoint for DeleteUserAccount
impl ApiEndpoint for DeleteUserAccount
Source§type Path = DeleteUserAccountPath
type Path = DeleteUserAccountPath
The path type for this endpoint.
Source§type Err = AccountError
type Err = AccountError
The (inner) error type for this endpoint.
Auto Trait Implementations§
impl Freeze for DeleteUserAccount
impl RefUnwindSafe for DeleteUserAccount
impl Send for DeleteUserAccount
impl Sync for DeleteUserAccount
impl Unpin for DeleteUserAccount
impl UnwindSafe for DeleteUserAccount
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