Enum rust_abci::types::Response_oneof_value [] [src]

pub enum Response_oneof_value {
    exception(ResponseException),
    echo(ResponseEcho),
    flush(ResponseFlush),
    info(ResponseInfo),
    set_option(ResponseSetOption),
    deliver_tx(ResponseDeliverTx),
    check_tx(ResponseCheckTx),
    commit(ResponseCommit),
    query(ResponseQuery),
    init_chain(ResponseInitChain),
    begin_block(ResponseBeginBlock),
    end_block(ResponseEndBlock),
}

Variants

Trait Implementations

impl Clone for Response_oneof_value
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Response_oneof_value
[src]

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

This method tests for !=.