Struct jrpc::V2_0 [] [src]

pub struct V2_0;

The jsonrpc version. Will serialize/deserialize to/from "2.0".

Trait Implementations

impl Serialize for V2_0
[src]

[src]

Serialize this value into the given Serde serializer. Read more

impl Debug for V2_0
[src]

[src]

Formats the value using the given formatter. Read more

impl Expected for V2_0
[src]

[src]

Format an explanation of what data was being expected. Same signature as the Display and Debug traits. Read more

impl<'de> Deserialize<'de> for V2_0
[src]

[src]

Deserialize this value from the given Serde deserializer. Read more

Auto Trait Implementations

impl Send for V2_0

impl Sync for V2_0