Struct rust_abci::types::Response
[−]
[src]
pub struct Response { /* fields omitted */ }Methods
impl Response[src]
fn new() -> Response
fn default_instance() -> &'static Response
fn clear_exception(&mut self)
fn has_exception(&self) -> bool
fn set_exception(&mut self, v: ResponseException)
fn mut_exception(&mut self) -> &mut ResponseException
fn take_exception(&mut self) -> ResponseException
fn get_exception(&self) -> &ResponseException
fn clear_echo(&mut self)
fn has_echo(&self) -> bool
fn set_echo(&mut self, v: ResponseEcho)
fn mut_echo(&mut self) -> &mut ResponseEcho
fn take_echo(&mut self) -> ResponseEcho
fn get_echo(&self) -> &ResponseEcho
fn clear_flush(&mut self)
fn has_flush(&self) -> bool
fn set_flush(&mut self, v: ResponseFlush)
fn mut_flush(&mut self) -> &mut ResponseFlush
fn take_flush(&mut self) -> ResponseFlush
fn get_flush(&self) -> &ResponseFlush
fn clear_info(&mut self)
fn has_info(&self) -> bool
fn set_info(&mut self, v: ResponseInfo)
fn mut_info(&mut self) -> &mut ResponseInfo
fn take_info(&mut self) -> ResponseInfo
fn get_info(&self) -> &ResponseInfo
fn clear_set_option(&mut self)
fn has_set_option(&self) -> bool
fn set_set_option(&mut self, v: ResponseSetOption)
fn mut_set_option(&mut self) -> &mut ResponseSetOption
fn take_set_option(&mut self) -> ResponseSetOption
fn get_set_option(&self) -> &ResponseSetOption
fn clear_deliver_tx(&mut self)
fn has_deliver_tx(&self) -> bool
fn set_deliver_tx(&mut self, v: ResponseDeliverTx)
fn mut_deliver_tx(&mut self) -> &mut ResponseDeliverTx
fn take_deliver_tx(&mut self) -> ResponseDeliverTx
fn get_deliver_tx(&self) -> &ResponseDeliverTx
fn clear_check_tx(&mut self)
fn has_check_tx(&self) -> bool
fn set_check_tx(&mut self, v: ResponseCheckTx)
fn mut_check_tx(&mut self) -> &mut ResponseCheckTx
fn take_check_tx(&mut self) -> ResponseCheckTx
fn get_check_tx(&self) -> &ResponseCheckTx
fn clear_commit(&mut self)
fn has_commit(&self) -> bool
fn set_commit(&mut self, v: ResponseCommit)
fn mut_commit(&mut self) -> &mut ResponseCommit
fn take_commit(&mut self) -> ResponseCommit
fn get_commit(&self) -> &ResponseCommit
fn clear_query(&mut self)
fn has_query(&self) -> bool
fn set_query(&mut self, v: ResponseQuery)
fn mut_query(&mut self) -> &mut ResponseQuery
fn take_query(&mut self) -> ResponseQuery
fn get_query(&self) -> &ResponseQuery
fn clear_init_chain(&mut self)
fn has_init_chain(&self) -> bool
fn set_init_chain(&mut self, v: ResponseInitChain)
fn mut_init_chain(&mut self) -> &mut ResponseInitChain
fn take_init_chain(&mut self) -> ResponseInitChain
fn get_init_chain(&self) -> &ResponseInitChain
fn clear_begin_block(&mut self)
fn has_begin_block(&self) -> bool
fn set_begin_block(&mut self, v: ResponseBeginBlock)
fn mut_begin_block(&mut self) -> &mut ResponseBeginBlock
fn take_begin_block(&mut self) -> ResponseBeginBlock
fn get_begin_block(&self) -> &ResponseBeginBlock
fn clear_end_block(&mut self)
fn has_end_block(&self) -> bool
fn set_end_block(&mut self, v: ResponseEndBlock)
fn mut_end_block(&mut self) -> &mut ResponseEndBlock
fn take_end_block(&mut self) -> ResponseEndBlock
fn get_end_block(&self) -> &ResponseEndBlock
Trait Implementations
impl PartialEq for Response[src]
fn eq(&self, __arg_0: &Response) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Response) -> bool
This method tests for !=.
impl Clone for Response[src]
fn clone(&self) -> Response
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 Default for Response[src]
impl Sync for Response[src]
impl Message for Response[src]
fn is_initialized(&self) -> bool
fn merge_from(&mut self, is: &mut CodedInputStream) -> ProtobufResult<()>
fn compute_size(&self) -> u32
fn write_to_with_cached_sizes(
&self,
os: &mut CodedOutputStream
) -> ProtobufResult<()>
&self,
os: &mut CodedOutputStream
) -> ProtobufResult<()>
fn get_cached_size(&self) -> u32
fn get_unknown_fields(&self) -> &UnknownFields
fn mut_unknown_fields(&mut self) -> &mut UnknownFields
fn as_any(&self) -> &Any
fn as_any_mut(&mut self) -> &mut Any
fn into_any(self: Box<Self>) -> Box<Any>
fn descriptor(&self) -> &'static MessageDescriptor
fn write_to(&self, os: &mut CodedOutputStream) -> Result<(), ProtobufError>
fn write_length_delimited_to(
&self,
os: &mut CodedOutputStream
) -> Result<(), ProtobufError>
&self,
os: &mut CodedOutputStream
) -> Result<(), ProtobufError>
fn write_length_delimited_to_vec(
&self,
vec: &mut Vec<u8>
) -> Result<(), ProtobufError>
&self,
vec: &mut Vec<u8>
) -> Result<(), ProtobufError>
fn merge_from_bytes(&mut self, bytes: &[u8]) -> Result<(), ProtobufError>
fn check_initialized(&self) -> Result<(), ProtobufError>
fn write_to_writer(&self, w: &mut Write) -> Result<(), ProtobufError>
fn write_to_vec(&self, v: &mut Vec<u8>) -> Result<(), ProtobufError>
fn write_to_bytes(&self) -> Result<Vec<u8>, ProtobufError>
fn write_length_delimited_to_writer(
&self,
w: &mut Write
) -> Result<(), ProtobufError>
&self,
w: &mut Write
) -> Result<(), ProtobufError>