Struct openethereum::rpc::Dependencies
source · [−]pub struct Dependencies<D: Dependencies> {
pub apis: Arc<D>,
pub executor: Executor,
pub stats: Arc<RpcStats>,
}
Fields
apis: Arc<D>
executor: Executor
stats: Arc<RpcStats>
Auto Trait Implementations
impl<D> !RefUnwindSafe for Dependencies<D>
impl<D> Send for Dependencies<D> where
D: Send + Sync,
impl<D> Sync for Dependencies<D> where
D: Send + Sync,
impl<D> Unpin for Dependencies<D>
impl<D> !UnwindSafe for Dependencies<D>
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