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