Struct ethcore_accounts::AccountProviderSettings
source · [−]pub struct AccountProviderSettings {
pub unlock_keep_secret: bool,
pub blacklisted_accounts: Vec<Address>,
}
Expand description
Account management settings.
Fields
unlock_keep_secret: bool
Store raw account secret when unlocking the account permanently.
blacklisted_accounts: Vec<Address>
Disallowed accounts.
Trait Implementations
sourceimpl Debug for AccountProviderSettings
impl Debug for AccountProviderSettings
sourceimpl Default for AccountProviderSettings
impl Default for AccountProviderSettings
sourcefn default() -> AccountProviderSettings
fn default() -> AccountProviderSettings
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for AccountProviderSettings
impl Send for AccountProviderSettings
impl Sync for AccountProviderSettings
impl Unpin for AccountProviderSettings
impl UnwindSafe for AccountProviderSettings
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