pub enum ClientTokenResponseType {
RESPONSE_UNKNOWN = 0,
RESPONSE_GRANTED_TOKEN_RESPONSE = 1,
RESPONSE_CHALLENGES_RESPONSE = 2,
}
Variants§
Trait Implementations§
Source§impl Clone for ClientTokenResponseType
impl Clone for ClientTokenResponseType
Source§fn clone(&self) -> ClientTokenResponseType
fn clone(&self) -> ClientTokenResponseType
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ClientTokenResponseType
impl Debug for ClientTokenResponseType
Source§impl Default for ClientTokenResponseType
impl Default for ClientTokenResponseType
Source§impl Enum for ClientTokenResponseType
impl Enum for ClientTokenResponseType
Source§const NAME: &'static str = "ClientTokenResponseType"
const NAME: &'static str = "ClientTokenResponseType"
Enum name as specified in
.proto
file. Read moreSource§const VALUES: &'static [ClientTokenResponseType]
const VALUES: &'static [ClientTokenResponseType]
All enum values for enum type.
Source§impl EnumFull for ClientTokenResponseType
impl EnumFull for ClientTokenResponseType
Source§fn enum_descriptor() -> EnumDescriptor
fn enum_descriptor() -> EnumDescriptor
Get enum descriptor by type.
Source§fn descriptor(&self) -> EnumValueDescriptor
fn descriptor(&self) -> EnumValueDescriptor
Get enum value descriptor.
Source§impl Hash for ClientTokenResponseType
impl Hash for ClientTokenResponseType
Source§impl PartialEq for ClientTokenResponseType
impl PartialEq for ClientTokenResponseType
impl Copy for ClientTokenResponseType
impl Eq for ClientTokenResponseType
impl StructuralPartialEq for ClientTokenResponseType
Auto Trait Implementations§
impl Freeze for ClientTokenResponseType
impl RefUnwindSafe for ClientTokenResponseType
impl Send for ClientTokenResponseType
impl Sync for ClientTokenResponseType
impl Unpin for ClientTokenResponseType
impl UnwindSafe for ClientTokenResponseType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more