Struct jsonrpc_core::response::SubscriptionOutput [] [src]

pub struct SubscriptionOutput {
    pub method: String,
    pub notification_id: Value,
    pub result: Result<Value, Error>,
}

Response from subscription

Fields

Notification method

Id of notification

Result

Trait Implementations

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

Formats the value using the given formatter.