Struct rmp_rpc::Request [] [src]

pub struct Request {
    pub id: u32,
    pub method: String,
    pub params: Vec<Value>,
}

Represents a MessagePack-RPC request as described in the specifications

Fields

Trait Implementations

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 Debug for Request
[src]

Formats the value using the given formatter.