Enum kudu_pb::common::PartitionSchemaPB_HashBucketSchemaPB_HashAlgorithm
[−]
[src]
pub enum PartitionSchemaPB_HashBucketSchemaPB_HashAlgorithm { UNKNOWN, MURMUR_HASH_2, }
Variants
UNKNOWN
MURMUR_HASH_2
Trait Implementations
impl Clone for PartitionSchemaPB_HashBucketSchemaPB_HashAlgorithm
[src]
fn clone(&self) -> PartitionSchemaPB_HashBucketSchemaPB_HashAlgorithm
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 PartitionSchemaPB_HashBucketSchemaPB_HashAlgorithm
[src]
fn eq(&self,
__arg_0: &PartitionSchemaPB_HashBucketSchemaPB_HashAlgorithm)
-> bool
__arg_0: &PartitionSchemaPB_HashBucketSchemaPB_HashAlgorithm)
-> 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 PartitionSchemaPB_HashBucketSchemaPB_HashAlgorithm
[src]
impl Debug for PartitionSchemaPB_HashBucketSchemaPB_HashAlgorithm
[src]
impl Hash for PartitionSchemaPB_HashBucketSchemaPB_HashAlgorithm
[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.
impl ProtobufEnum for PartitionSchemaPB_HashBucketSchemaPB_HashAlgorithm
[src]
fn value(&self) -> i32
fn from_i32(value: i32)
-> Option<PartitionSchemaPB_HashBucketSchemaPB_HashAlgorithm>
-> Option<PartitionSchemaPB_HashBucketSchemaPB_HashAlgorithm>
fn values() -> &'static [Self]
fn enum_descriptor_static(_: Option<PartitionSchemaPB_HashBucketSchemaPB_HashAlgorithm>)
-> &'static EnumDescriptor
-> &'static EnumDescriptor