Enum grpc_etcd::rpc::RequestOp_oneof_request [] [src]

pub enum RequestOp_oneof_request {
    request_range(RangeRequest),
    request_put(PutRequest),
    request_delete_range(DeleteRangeRequest),
    request_txn(TxnRequest),
}

Variants

Trait Implementations

impl Clone for RequestOp_oneof_request
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for RequestOp_oneof_request
[src]

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

This method tests for !=.