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
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)Trait Implementations
impl Clone for Response_oneof_value[src]
fn clone(&self) -> Response_oneof_value
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl PartialEq for Response_oneof_value[src]
fn eq(&self, __arg_0: &Response_oneof_value) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Response_oneof_value) -> bool
This method tests for !=.