Struct rust_abci::types::ResponseDeliverTx [] [src]

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

Fields

Methods

impl ResponseDeliverTx
[src]

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ResponseDeliverTx
[src]

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

impl Sync for ResponseDeliverTx
[src]

impl Message for ResponseDeliverTx
[src]

impl MessageStatic for ResponseDeliverTx
[src]

impl Clear for ResponseDeliverTx
[src]

impl Debug for ResponseDeliverTx
[src]

Formats the value using the given formatter.

impl ProtobufValue for ResponseDeliverTx
[src]