Struct rmp_rpc::Response [] [src]

pub struct Response {
    pub id: u32,
    pub result: Result<Value, Value>,
}

Represents a MessagePack-RPC response as described in the specifications

Fields

Trait Implementations

impl PartialEq for Response
[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 Response
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Response
[src]

Formats the value using the given formatter.