Struct openethereum::secretstore::Dependencies
source · [−]pub struct Dependencies<'a> {
pub client: Arc<Client>,
pub sync: Arc<dyn SyncProvider>,
pub miner: Arc<Miner>,
pub account_provider: Arc<AccountProvider>,
pub accounts_passwords: &'a [Password],
}
Expand description
Secret store dependencies
Fields
client: Arc<Client>
Blockchain client.
sync: Arc<dyn SyncProvider>
Sync provider.
miner: Arc<Miner>
Miner service.
account_provider: Arc<AccountProvider>
Account provider.
accounts_passwords: &'a [Password]
Passed accounts passwords.
Auto Trait Implementations
impl<'a> !RefUnwindSafe for Dependencies<'a>
impl<'a> Send for Dependencies<'a>
impl<'a> Sync for Dependencies<'a>
impl<'a> Unpin for Dependencies<'a>
impl<'a> !UnwindSafe for Dependencies<'a>
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