pub struct PasswordToken { /* private fields */ }Expand description
Opaque 2FA challenge token returned in SignInError::PasswordRequired.
Pass to crate::Client::check_password together with the user’s password.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PasswordToken
impl RefUnwindSafe for PasswordToken
impl Send for PasswordToken
impl Sync for PasswordToken
impl Unpin for PasswordToken
impl UnsafeUnpin for PasswordToken
impl UnwindSafe for PasswordToken
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