Struct openethereum::params::AccountsConfig
source · [−]pub struct AccountsConfig {
pub iterations: NonZeroU32,
pub refresh_time: u64,
pub testnet: bool,
pub password_files: Vec<String>,
pub unlocked_accounts: Vec<Address>,
pub enable_fast_unlock: bool,
}
Fields
iterations: NonZeroU32
refresh_time: u64
testnet: bool
password_files: Vec<String>
unlocked_accounts: Vec<Address>
enable_fast_unlock: bool
Trait Implementations
sourceimpl Debug for AccountsConfig
impl Debug for AccountsConfig
sourceimpl Default for AccountsConfig
impl Default for AccountsConfig
sourceimpl PartialEq<AccountsConfig> for AccountsConfig
impl PartialEq<AccountsConfig> for AccountsConfig
sourcefn eq(&self, other: &AccountsConfig) -> bool
fn eq(&self, other: &AccountsConfig) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &AccountsConfig) -> bool
fn ne(&self, other: &AccountsConfig) -> bool
This method tests for !=
.
impl StructuralPartialEq for AccountsConfig
Auto Trait Implementations
impl RefUnwindSafe for AccountsConfig
impl Send for AccountsConfig
impl Sync for AccountsConfig
impl Unpin for AccountsConfig
impl UnwindSafe for AccountsConfig
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