pub struct DeleteAccountRequest {
pub local_id: String,
}Expand description
Internal request to delete an account.
Fields§
§local_id: StringTrait Implementations§
Source§impl Debug for DeleteAccountRequest
impl Debug for DeleteAccountRequest
Auto Trait Implementations§
impl Freeze for DeleteAccountRequest
impl RefUnwindSafe for DeleteAccountRequest
impl Send for DeleteAccountRequest
impl Sync for DeleteAccountRequest
impl Unpin for DeleteAccountRequest
impl UnwindSafe for DeleteAccountRequest
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