Struct rust_abci::types::ResponseCheckTx [] [src]

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

Fields

Methods

impl ResponseCheckTx
[src]

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ResponseCheckTx
[src]

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

impl Sync for ResponseCheckTx
[src]

impl Message for ResponseCheckTx
[src]

impl MessageStatic for ResponseCheckTx
[src]

impl Clear for ResponseCheckTx
[src]

impl Debug for ResponseCheckTx
[src]

Formats the value using the given formatter.

impl ProtobufValue for ResponseCheckTx
[src]