Struct openethereum::RunningClient
source · [−]pub struct RunningClient {
inner: RunningClientInner,
}
Expand description
Parity client currently executing in background threads.
Should be destroyed by calling shutdown()
, otherwise execution will continue in the
background.
Fields
inner: RunningClientInner
Implementations
sourceimpl RunningClient
impl RunningClient
Auto Trait Implementations
impl !RefUnwindSafe for RunningClient
impl !Send for RunningClient
impl !Sync for RunningClient
impl Unpin for RunningClient
impl !UnwindSafe for RunningClient
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