Enum kinetic_protobuf::Message_AuthType [] [src]

pub enum Message_AuthType {
    INVALID_AUTH_TYPE,
    HMACAUTH,
    PINAUTH,
    UNSOLICITEDSTATUS,
}

Variants

Trait Implementations

impl Clone for Message_AuthType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Debug for Message_AuthType
[src]

Formats the value using the given formatter.

impl Hash for Message_AuthType
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl ProtobufEnum for Message_AuthType
[src]

impl Copy for Message_AuthType
[src]