Struct rust_abci::types::ResponseCommit [] [src]

pub struct ResponseCommit {
    pub code: CodeType,
    pub data: Vec<u8>,
    pub log: String,
    // some fields omitted
}

Fields

Methods

impl ResponseCommit
[src]

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ResponseCommit
[src]

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

impl Sync for ResponseCommit
[src]

impl Message for ResponseCommit
[src]

impl MessageStatic for ResponseCommit
[src]

impl Clear for ResponseCommit
[src]

impl Debug for ResponseCommit
[src]

Formats the value using the given formatter.

impl ProtobufValue for ResponseCommit
[src]