Enum jsonrpc_core::request::Call [] [src]

pub enum Call {
    MethodCall(MethodCall),
    Notification(Notification),
    Invalid,
}

Represents single jsonrpc call.

Variants

Call method

Fire notification

Invalid call

Trait Implementations

impl Debug for Call
[src]

Formats the value using the given formatter.

impl PartialEq for Call
[src]

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

This method tests for !=.

impl Serialize for Call
[src]

Serializes this value into this serializer.

impl Deserialize for Call
[src]

Deserialize this value given this Deserializer.