pub struct DeleteAccount;Trait Implementations§
Auto Trait Implementations§
impl Freeze for DeleteAccount
impl RefUnwindSafe for DeleteAccount
impl Send for DeleteAccount
impl Sync for DeleteAccount
impl Unpin for DeleteAccount
impl UnsafeUnpin for DeleteAccount
impl UnwindSafe for DeleteAccount
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