pub struct MfaHandler { /* private fields */ }Expand description
MFA flow handler
Implementations§
Source§impl MfaHandler
impl MfaHandler
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MfaHandler
impl RefUnwindSafe for MfaHandler
impl Send for MfaHandler
impl Sync for MfaHandler
impl Unpin for MfaHandler
impl UnsafeUnpin for MfaHandler
impl UnwindSafe for MfaHandler
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