Struct rust_abci::types::ResponseSetOption [] [src]

pub struct ResponseSetOption {
    pub log: String,
    // some fields omitted
}

Fields

Methods

impl ResponseSetOption
[src]

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ResponseSetOption
[src]

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

impl Sync for ResponseSetOption
[src]

impl Message for ResponseSetOption
[src]

impl MessageStatic for ResponseSetOption
[src]

impl Clear for ResponseSetOption
[src]

impl Debug for ResponseSetOption
[src]

Formats the value using the given formatter.

impl ProtobufValue for ResponseSetOption
[src]