Enum jsonrpc_client::JsonRpcVersion[][src]

pub enum JsonRpcVersion {
    V1,
    V2,
}

Variants

Trait Implementations

impl Debug for JsonRpcVersion
[src]

Formats the value using the given formatter. Read more

impl PartialEq for JsonRpcVersion
[src]

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

This method tests for !=.

Auto Trait Implementations