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