Enum grpc_etcd::rpc::ResponseOp_oneof_response
[−]
[src]
pub enum ResponseOp_oneof_response {
response_range(RangeResponse),
response_put(PutResponse),
response_delete_range(DeleteRangeResponse),
response_txn(TxnResponse),
}Variants
response_range(RangeResponse)response_put(PutResponse)response_delete_range(DeleteRangeResponse)response_txn(TxnResponse)Trait Implementations
impl Clone for ResponseOp_oneof_response[src]
fn clone(&self) -> ResponseOp_oneof_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 PartialEq for ResponseOp_oneof_response[src]
fn eq(&self, __arg_0: &ResponseOp_oneof_response) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &ResponseOp_oneof_response) -> bool
This method tests for !=.