Struct jsonrpc_client_transports::RpcChannel [−][src]
pub struct RpcChannel(_);
A channel to a RpcClient.
Trait Implementations
impl Clone for RpcChannel[src]
impl Clone for RpcChannel[src]fn clone(&self) -> RpcChannel[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl From<RpcChannel> for RawClient[src]
impl From<RpcChannel> for RawClient[src]fn from(channel: RpcChannel) -> Self[src]
impl From<RpcChannel> for TypedClient[src]
impl From<RpcChannel> for TypedClient[src]