Enum jsonrpc_core::version::Version [] [src]

pub enum Version {
    V2,
}

Protocol Version

Variants

JSONRPC 2.0

Trait Implementations

impl Debug for Version
[src]

Formats the value using the given formatter.

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Serialize for Version
[src]

Serializes this value into this serializer.

impl Deserialize for Version
[src]

Deserialize this value given this Deserializer.