Struct rust_abci::types::RequestDeliverTx [] [src]

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

Fields

Methods

impl RequestDeliverTx
[src]

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for RequestDeliverTx
[src]

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

impl Sync for RequestDeliverTx
[src]

impl Message for RequestDeliverTx
[src]

impl MessageStatic for RequestDeliverTx
[src]

impl Clear for RequestDeliverTx
[src]

impl Debug for RequestDeliverTx
[src]

Formats the value using the given formatter.

impl ProtobufValue for RequestDeliverTx
[src]