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