Struct rust_abci::types::RequestCheckTx [] [src]

pub struct RequestCheckTx {
    pub tx: Vec<u8>,
    // some fields omitted
}

Fields

Methods

impl RequestCheckTx
[src]

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for RequestCheckTx
[src]

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

impl Sync for RequestCheckTx
[src]

impl Message for RequestCheckTx
[src]

impl MessageStatic for RequestCheckTx
[src]

impl Clear for RequestCheckTx
[src]

impl Debug for RequestCheckTx
[src]

Formats the value using the given formatter.

impl ProtobufValue for RequestCheckTx
[src]