Enum kudu_pb::rpc_header::RpcFeatureFlag [] [src]

pub enum RpcFeatureFlag {
    UNKNOWN,
    APPLICATION_FEATURE_FLAGS,
}

Variants

Trait Implementations

impl Clone for RpcFeatureFlag
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Debug for RpcFeatureFlag
[src]

Formats the value using the given formatter.

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

impl Copy for RpcFeatureFlag
[src]

impl ProtobufValue for RpcFeatureFlag
[src]