Enum grpc_etcd::rpc::AlarmRequest_AlarmAction [] [src]

pub enum AlarmRequest_AlarmAction {
    GET,
    ACTIVATE,
    DEACTIVATE,
}

Variants

Trait Implementations

impl Clone for AlarmRequest_AlarmAction
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Debug for AlarmRequest_AlarmAction
[src]

Formats the value using the given formatter.

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

impl Copy for AlarmRequest_AlarmAction
[src]

impl Default for AlarmRequest_AlarmAction
[src]

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

impl ProtobufValue for AlarmRequest_AlarmAction
[src]