Enum kudu_pb::master::MasterFeatures
[−]
[src]
pub enum MasterFeatures { UNKNOWN_FEATURE, RANGE_PARTITION_BOUNDS, ADD_DROP_RANGE_PARTITIONS, }
Variants
UNKNOWN_FEATURE
RANGE_PARTITION_BOUNDS
ADD_DROP_RANGE_PARTITIONS
Trait Implementations
impl Clone for MasterFeatures
[src]
fn clone(&self) -> MasterFeatures
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl PartialEq for MasterFeatures
[src]
fn eq(&self, __arg_0: &MasterFeatures) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0
This method tests for !=
.
impl Eq for MasterFeatures
[src]
impl Debug for MasterFeatures
[src]
impl Hash for MasterFeatures
[src]
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)
Feeds this value into the state given, updating the hasher as necessary.
fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher
1.3.0
Feeds a slice of this type into the state provided.