pub enum AuthEvent {
QrChallenge(String),
GuardRequired(GuardKind),
Success(LoggedOn),
Failure(Error),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for AuthEvent
impl !UnwindSafe for AuthEvent
impl Freeze for AuthEvent
impl Send for AuthEvent
impl Sync for AuthEvent
impl Unpin for AuthEvent
impl UnsafeUnpin for AuthEvent
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