Struct rust_abci::types::RequestSetOption [] [src]

pub struct RequestSetOption {
    pub key: String,
    pub value: String,
    // some fields omitted
}

Fields

Methods

impl RequestSetOption
[src]

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for RequestSetOption
[src]

Returns the "default value" for a type. Read more

impl Sync for RequestSetOption
[src]

impl Message for RequestSetOption
[src]

impl MessageStatic for RequestSetOption
[src]

impl Clear for RequestSetOption
[src]

impl Debug for RequestSetOption
[src]

Formats the value using the given formatter.

impl ProtobufValue for RequestSetOption
[src]