Enum grpc_etcd::rpc::RangeRequest_SortOrder [] [src]

pub enum RangeRequest_SortOrder {
    NONE,
    ASCEND,
    DESCEND,
}

Variants

Trait Implementations

impl Clone for RangeRequest_SortOrder
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Debug for RangeRequest_SortOrder
[src]

Formats the value using the given formatter.

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

impl Copy for RangeRequest_SortOrder
[src]

impl Default for RangeRequest_SortOrder
[src]

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

impl ProtobufValue for RangeRequest_SortOrder
[src]