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

Trait Implementations

impl Clone for ResponseOp_oneof_response
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ResponseOp_oneof_response
[src]

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

This method tests for !=.