Struct tokio_jsonrpc::message::Notification [] [src]

pub struct Notification {
    pub method: String,
    pub params: Option<Value>,
    // some fields omitted
}

A notification (doesn't expect an answer).

Fields

Trait Implementations

impl Debug for Notification
[src]

Formats the value using the given formatter.

impl Clone for Notification
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Notification
[src]

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

This method tests for !=.