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

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

Successful response

Fields

Protocol version

Result

Correlation id

Trait Implementations

impl PartialEq for Success
[src]

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

This method tests for !=.

impl Debug for Success
[src]

Formats the value using the given formatter.