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