Struct jsonrpc::jsonrpc_request::Request [] [src]

pub struct Request {
    pub id: Option<Id>,
    pub method: String,
    pub params: RequestParams,
}

A JSON RPC request, version 2.0

Fields

Methods

impl Request
[src]

Trait Implementations

impl Debug for Request
[src]

Formats the value using the given formatter.

impl PartialEq for Request
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Clone for Request
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Serialize for Request
[src]

Serializes this value into this serializer.

impl Deserialize for Request
[src]

Deserialize this value given this Deserializer.