Struct parity_rpc::v1::RpcClient
source · [−]pub struct RpcClient { /* private fields */ }
Expand description
RPC generic methods implementation.
Implementations
Trait Implementations
sourceimpl Rpc for RpcClient
impl Rpc for RpcClient
sourcefn rpc_modules(&self) -> Result<BTreeMap<String, String>>
fn rpc_modules(&self) -> Result<BTreeMap<String, String>>
Returns supported modules for Geth 1.4.0 @ignore Read more
sourcefn modules(&self) -> Result<BTreeMap<String, String>>
fn modules(&self) -> Result<BTreeMap<String, String>>
Returns supported modules for Geth 1.3.6 @ignore Read more
sourcefn to_delegate<M: Metadata>(self) -> IoDelegate<Self, M>
fn to_delegate<M: Metadata>(self) -> IoDelegate<Self, M>
Create an IoDelegate
, wiring rpc calls to the trait methods.
Auto Trait Implementations
impl RefUnwindSafe for RpcClient
impl Send for RpcClient
impl Sync for RpcClient
impl Unpin for RpcClient
impl UnwindSafe for RpcClient
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