Struct rust_abci::types::ResponseEcho [] [src]

pub struct ResponseEcho {
    pub message: String,
    // some fields omitted
}

Fields

Methods

impl ResponseEcho
[src]

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ResponseEcho
[src]

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

impl Sync for ResponseEcho
[src]

impl Message for ResponseEcho
[src]

impl MessageStatic for ResponseEcho
[src]

impl Clear for ResponseEcho
[src]

impl Debug for ResponseEcho
[src]

Formats the value using the given formatter.

impl ProtobufValue for ResponseEcho
[src]