Struct UserAuthenticationStatus
#[repr(transparent)]pub struct UserAuthenticationStatus(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl UserAuthenticationStatus
impl UserAuthenticationStatus
pub const Unauthenticated: Self = _
pub const LocallyAuthenticated: Self = _
pub const RemotelyAuthenticated: Self = _
Trait Implementations§
§impl Clone for UserAuthenticationStatus
impl Clone for UserAuthenticationStatus
§fn clone(&self) -> UserAuthenticationStatus
fn clone(&self) -> UserAuthenticationStatus
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 more§impl Debug for UserAuthenticationStatus
impl Debug for UserAuthenticationStatus
§impl Default for UserAuthenticationStatus
impl Default for UserAuthenticationStatus
§fn default() -> UserAuthenticationStatus
fn default() -> UserAuthenticationStatus
Returns the “default value” for a type. Read more
§impl PartialEq for UserAuthenticationStatus
impl PartialEq for UserAuthenticationStatus
impl Copy for UserAuthenticationStatus
impl Eq for UserAuthenticationStatus
impl StructuralPartialEq for UserAuthenticationStatus
Auto Trait Implementations§
impl Freeze for UserAuthenticationStatus
impl RefUnwindSafe for UserAuthenticationStatus
impl Send for UserAuthenticationStatus
impl Sync for UserAuthenticationStatus
impl Unpin for UserAuthenticationStatus
impl UnwindSafe for UserAuthenticationStatus
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