#[repr(u8)]pub enum AuthenticateReason {
Success = 0,
ContinueAuthentication = 24,
ReAuthenticate = 25,
}
Variants§
Trait Implementations§
Source§impl Clone for AuthenticateReason
impl Clone for AuthenticateReason
Source§fn clone(&self) -> AuthenticateReason
fn clone(&self) -> AuthenticateReason
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 AuthenticateReason
impl Debug for AuthenticateReason
Source§impl PartialEq for AuthenticateReason
impl PartialEq for AuthenticateReason
Source§impl TryFrom<u8> for AuthenticateReason
impl TryFrom<u8> for AuthenticateReason
Source§type Error = TryFromPrimitiveError<AuthenticateReason>
type Error = TryFromPrimitiveError<AuthenticateReason>
The type returned in the event of a conversion error.
impl Copy for AuthenticateReason
impl StructuralPartialEq for AuthenticateReason
Auto Trait Implementations§
impl Freeze for AuthenticateReason
impl RefUnwindSafe for AuthenticateReason
impl Send for AuthenticateReason
impl Sync for AuthenticateReason
impl Unpin for AuthenticateReason
impl UnwindSafe for AuthenticateReason
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