Struct openethereum::account::ImportAccounts
source · [−]Fields
from: Vec<String>
to: String
spec: SpecType
Trait Implementations
sourceimpl Debug for ImportAccounts
impl Debug for ImportAccounts
sourceimpl PartialEq<ImportAccounts> for ImportAccounts
impl PartialEq<ImportAccounts> for ImportAccounts
sourcefn eq(&self, other: &ImportAccounts) -> bool
fn eq(&self, other: &ImportAccounts) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &ImportAccounts) -> bool
fn ne(&self, other: &ImportAccounts) -> bool
This method tests for !=
.
impl StructuralPartialEq for ImportAccounts
Auto Trait Implementations
impl RefUnwindSafe for ImportAccounts
impl Send for ImportAccounts
impl Sync for ImportAccounts
impl Unpin for ImportAccounts
impl UnwindSafe for ImportAccounts
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