Enum grpc_etcd::auth::Permission_Type [] [src]

pub enum Permission_Type {
    READ,
    WRITE,
    READWRITE,
}

Variants

Trait Implementations

impl Clone for Permission_Type
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Debug for Permission_Type
[src]

Formats the value using the given formatter.

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

impl Copy for Permission_Type
[src]

impl Default for Permission_Type
[src]

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

impl ProtobufValue for Permission_Type
[src]