Enum rust_abci::types::Request_oneof_value [] [src]

pub enum Request_oneof_value {
    echo(RequestEcho),
    flush(RequestFlush),
    info(RequestInfo),
    set_option(RequestSetOption),
    deliver_tx(RequestDeliverTx),
    check_tx(RequestCheckTx),
    commit(RequestCommit),
    query(RequestQuery),
    init_chain(RequestInitChain),
    begin_block(RequestBeginBlock),
    end_block(RequestEndBlock),
}

Variants

Trait Implementations

impl Clone for Request_oneof_value
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Request_oneof_value
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.