Enum jsonrpc::jsonrpc_request::RequestParams [] [src]

pub enum RequestParams {
    Object(JsonObject),
    Array(Vec<Value>),
    None,
}

Variants

Methods

impl RequestParams
[src]

Trait Implementations

impl Debug for RequestParams
[src]

Formats the value using the given formatter.

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Serialize for RequestParams
[src]

Serializes this value into this serializer.

impl Deserialize for RequestParams
[src]

Deserialize this value given this Deserializer.