Struct jsonrpc_core::types::response::Failure [] [src]

pub struct Failure {
    pub jsonrpc: Option<Version>,
    pub error: Error,
    pub id: Id,
}

Unsuccessful response

Fields

Protocol Version

Error

Correlation id

Trait Implementations

impl Debug for Failure
[src]

Formats the value using the given formatter.

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more