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
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)Trait Implementations
impl Clone for Request_oneof_value[src]
fn clone(&self) -> Request_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 Request_oneof_value[src]
fn eq(&self, __arg_0: &Request_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: &Request_oneof_value) -> bool
This method tests for !=.