Struct jsonrpc_core::response::Success  
                   
                       [−]
                   
               [src]
pub struct Success {
    pub jsonrpc: Version,
    pub result: Value,
    pub id: Id,
}Successful response
Fields
jsonrpc: Version
                           Protocol version
result: Value
                           Result
id: Id
                           Correlation id
Trait Implementations
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 !=.