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§
source§impl Debug for AccountProviderSettings
impl Debug for AccountProviderSettings
source§impl Default for AccountProviderSettings
impl Default for AccountProviderSettings
source§fn default() -> AccountProviderSettings
fn default() -> AccountProviderSettings
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AccountProviderSettings
impl RefUnwindSafe for AccountProviderSettings
impl Send for AccountProviderSettings
impl Sync for AccountProviderSettings
impl Unpin for AccountProviderSettings
impl UnwindSafe for AccountProviderSettings
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more