Enum grpc_etcd::rpc::WatchCreateRequest_FilterType [] [src]

pub enum WatchCreateRequest_FilterType {
    NOPUT,
    NODELETE,
}

Variants

Trait Implementations

impl Clone for WatchCreateRequest_FilterType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for WatchCreateRequest_FilterType
[src]

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

This method tests for !=.

impl Eq for WatchCreateRequest_FilterType
[src]

impl Debug for WatchCreateRequest_FilterType
[src]

Formats the value using the given formatter.

impl Hash for WatchCreateRequest_FilterType
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl ProtobufEnum for WatchCreateRequest_FilterType
[src]

impl Copy for WatchCreateRequest_FilterType
[src]

impl Default for WatchCreateRequest_FilterType
[src]

Returns the "default value" for a type. Read more

impl ProtobufValue for WatchCreateRequest_FilterType
[src]