Enum kudu_pb::rpc_header::SaslMessagePB_SaslState [] [src]

pub enum SaslMessagePB_SaslState {
    UNKNOWN,
    SUCCESS,
    NEGOTIATE,
    INITIATE,
    CHALLENGE,
    RESPONSE,
}

Variants

Trait Implementations

impl Clone for SaslMessagePB_SaslState
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Debug for SaslMessagePB_SaslState
[src]

Formats the value using the given formatter.

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

impl Copy for SaslMessagePB_SaslState
[src]

impl ProtobufValue for SaslMessagePB_SaslState
[src]