Enum grpc_etcd::rpc::WatchRequest_oneof_request_union [] [src]

pub enum WatchRequest_oneof_request_union {
    create_request(WatchCreateRequest),
    cancel_request(WatchCancelRequest),
}

Variants

Trait Implementations

impl Clone for WatchRequest_oneof_request_union
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for WatchRequest_oneof_request_union
[src]

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

This method tests for !=.