Struct openethereum::account_utils::accounts::LocalAccounts
source · [−]pub struct LocalAccounts(Arc<AccountProvider>);
Tuple Fields
0: Arc<AccountProvider>
Trait Implementations
sourceimpl LocalAccounts for LocalAccounts
impl LocalAccounts for LocalAccounts
Auto Trait Implementations
impl !RefUnwindSafe for LocalAccounts
impl Send for LocalAccounts
impl Sync for LocalAccounts
impl Unpin for LocalAccounts
impl !UnwindSafe for LocalAccounts
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