pub struct requiresTwoFactorAuthentication;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for requiresTwoFactorAuthentication
impl RefUnwindSafe for requiresTwoFactorAuthentication
impl Send for requiresTwoFactorAuthentication
impl Sync for requiresTwoFactorAuthentication
impl Unpin for requiresTwoFactorAuthentication
impl UnwindSafe for requiresTwoFactorAuthentication
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