Enum grpc_etcd::kv::Event_EventType [] [src]

pub enum Event_EventType {
    PUT,
    DELETE,
}

Variants

Trait Implementations

impl Clone for Event_EventType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Debug for Event_EventType
[src]

Formats the value using the given formatter.

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

impl Copy for Event_EventType
[src]

impl Default for Event_EventType
[src]

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

impl ProtobufValue for Event_EventType
[src]