Enum kudu_pb::master::MasterFeatures [] [src]

pub enum MasterFeatures {
    UNKNOWN_FEATURE,
    RANGE_PARTITION_BOUNDS,
    ADD_DROP_RANGE_PARTITIONS,
}

Variants

Trait Implementations

impl Clone for MasterFeatures
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Debug for MasterFeatures
[src]

Formats the value using the given formatter.

impl Hash for MasterFeatures
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

impl ProtobufEnum for MasterFeatures
[src]

impl Copy for MasterFeatures
[src]

impl ProtobufValue for MasterFeatures
[src]