Struct rust_abci::types::RequestEcho [] [src]

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

Fields

Methods

impl RequestEcho
[src]

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for RequestEcho
[src]

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

impl Sync for RequestEcho
[src]

impl Message for RequestEcho
[src]

impl MessageStatic for RequestEcho
[src]

impl Clear for RequestEcho
[src]

impl Debug for RequestEcho
[src]

Formats the value using the given formatter.

impl ProtobufValue for RequestEcho
[src]