Struct jsonrpc::jsonrpc_common::RequestError [] [src]

pub struct RequestError {
    pub code: i64,
    pub message: String,
    pub data: Option<Value>,
}

Fields

Methods

impl RequestError
[src]

Trait Implementations

impl Debug for RequestError
[src]

Formats the value using the given formatter.

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Serialize for RequestError
[src]

Serializes this value into this serializer.

impl Deserialize for RequestError
[src]

Deserialize this value given this Deserializer.