Enum openethereum::run::RunningClientInner
source · [−]enum RunningClientInner {
Full {
informant: Arc<Informant<FullNodeInformantData>>,
client: Arc<Client>,
client_service: Arc<ClientService>,
keep_alive: Box<dyn Any>,
},
}
Variants
Full
Auto Trait Implementations
impl !RefUnwindSafe for RunningClientInner
impl !Send for RunningClientInner
impl !Sync for RunningClientInner
impl Unpin for RunningClientInner
impl !UnwindSafe for RunningClientInner
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