Struct jsonrpc_client::RpcRequest[][src]

pub struct RpcRequest<P> where
    P: Serialize
{ /* fields omitted */ }

Methods

impl RpcRequest<()>
[src]

Trait Implementations

impl<P: Debug> Debug for RpcRequest<P> where
    P: Serialize
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<P> Send for RpcRequest<P> where
    P: Send

impl<P> Sync for RpcRequest<P> where
    P: Sync