Enum kinetic::proto::message::AuthType [−] [src]

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

Variants

INVALID_AUTH_TYPE
HMACAUTH
PINAUTH
UNSOLICITEDSTATUS

Trait Implementations

impl ProtobufEnum for Message_AuthType

fn value(&self) -> i32

fn from_i32(value: i32) -> Option<Message_AuthType>

fn enum_descriptor_static(_: Option<Message_AuthType>) -> &'static EnumDescriptor

fn descriptor(&self) -> &'static EnumValueDescriptor

fn enum_descriptor(&self) -> &'static EnumDescriptor

impl Copy for Message_AuthType

Derived Implementations

impl Debug for Message_AuthType

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Eq for Message_AuthType

impl PartialEq for Message_AuthType

fn eq(&self, __arg_0: &Message_AuthType) -> bool

fn ne(&self, __arg_0: &Message_AuthType) -> bool

impl Clone for Message_AuthType

fn clone(&self) -> Message_AuthType

fn clone_from(&mut self, source: &Self)