Struct rust_abci::types::ResponseInfo [] [src]

pub struct ResponseInfo {
    pub data: String,
    pub version: String,
    pub last_block_height: u64,
    pub last_block_app_hash: Vec<u8>,
    // some fields omitted
}

Fields

Methods

impl ResponseInfo
[src]

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ResponseInfo
[src]

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

impl Sync for ResponseInfo
[src]

impl Message for ResponseInfo
[src]

impl MessageStatic for ResponseInfo
[src]

impl Clear for ResponseInfo
[src]

impl Debug for ResponseInfo
[src]

Formats the value using the given formatter.

impl ProtobufValue for ResponseInfo
[src]