Struct rust_abci::types::ResponseException [] [src]

pub struct ResponseException {
    pub error: String,
    // some fields omitted
}

Fields

Methods

impl ResponseException
[src]

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ResponseException
[src]

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

impl Sync for ResponseException
[src]

impl Message for ResponseException
[src]

impl MessageStatic for ResponseException
[src]

impl Clear for ResponseException
[src]

impl Debug for ResponseException
[src]

Formats the value using the given formatter.

impl ProtobufValue for ResponseException
[src]