Enum openethereum::account::AccountCmd
source · [−]pub enum AccountCmd {
New(NewAccount),
List(ListAccounts),
Import(ImportAccounts),
}
Variants
New(NewAccount)
List(ListAccounts)
Import(ImportAccounts)
Trait Implementations
sourceimpl Debug for AccountCmd
impl Debug for AccountCmd
sourceimpl PartialEq<AccountCmd> for AccountCmd
impl PartialEq<AccountCmd> for AccountCmd
sourcefn eq(&self, other: &AccountCmd) -> bool
fn eq(&self, other: &AccountCmd) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &AccountCmd) -> bool
fn ne(&self, other: &AccountCmd) -> bool
This method tests for !=
.
impl StructuralPartialEq for AccountCmd
Auto Trait Implementations
impl RefUnwindSafe for AccountCmd
impl Send for AccountCmd
impl Sync for AccountCmd
impl Unpin for AccountCmd
impl UnwindSafe for AccountCmd
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more