Struct jsonrpc::method_types::MethodError [] [src]

pub struct MethodError<DATA> {
    pub code: u32,
    pub message: String,
    pub data: DATA,
}

Fields

Methods

impl<DATA> MethodError<DATA>
[src]

Trait Implementations

impl<DATA: Debug> Debug for MethodError<DATA>
[src]

Formats the value using the given formatter.

impl<DATA: PartialEq> PartialEq for MethodError<DATA>
[src]

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

This method tests for !=.