Struct rmp_rpc::Notification [] [src]

pub struct Notification {
    pub method: String,
    pub params: Vec<Value>,
}

Represents a MessagePack-RPC notification as described in the specifications

Fields

Trait Implementations

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 !=.

impl Clone for Notification
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Notification
[src]

Formats the value using the given formatter.