pub struct MfaVerifyParams {
pub challenge_id: String,
pub code: String,
}Expand description
Parameters for verifying an MFA challenge.
Fields§
§challenge_id: String§code: StringImplementations§
Trait Implementations§
Source§impl Clone for MfaVerifyParams
impl Clone for MfaVerifyParams
Source§fn clone(&self) -> MfaVerifyParams
fn clone(&self) -> MfaVerifyParams
Returns a duplicate 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 MfaVerifyParams
impl Debug for MfaVerifyParams
Auto Trait Implementations§
impl Freeze for MfaVerifyParams
impl RefUnwindSafe for MfaVerifyParams
impl Send for MfaVerifyParams
impl Sync for MfaVerifyParams
impl Unpin for MfaVerifyParams
impl UnsafeUnpin for MfaVerifyParams
impl UnwindSafe for MfaVerifyParams
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