Enum grpc_etcd::rpc::Compare_CompareTarget [] [src]

pub enum Compare_CompareTarget {
    VERSION,
    CREATE,
    MOD,
    VALUE,
}

Variants

Trait Implementations

impl Clone for Compare_CompareTarget
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Compare_CompareTarget
[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 Compare_CompareTarget
[src]

impl Debug for Compare_CompareTarget
[src]

Formats the value using the given formatter.

impl Hash for Compare_CompareTarget
[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 Compare_CompareTarget
[src]

impl Copy for Compare_CompareTarget
[src]

impl Default for Compare_CompareTarget
[src]

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

impl ProtobufValue for Compare_CompareTarget
[src]