Struct jsonrpc_core::response::Success [] [src]

pub struct Success {
    pub jsonrpc: Version,
    pub result: Value,
    pub id: Id,
}

Fields

jsonrpc: Version result: Value id: Id

Trait Implementations

impl Debug for Success
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl PartialEq for Success
[src]

fn eq(&self, __arg_0: &Success) -> bool

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

fn ne(&self, __arg_0: &Success) -> bool

This method tests for !=.

impl Serialize for Success
[src]

fn serialize<__S>(&self, serializer: &mut __S) -> Result<(), __S::Error> where __S: Serializer

Serializes this value into this serializer.