pub struct TanPending;Expand description
A TAN challenge is pending (either from init or from a business segment).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TanPending
impl RefUnwindSafe for TanPending
impl Send for TanPending
impl Sync for TanPending
impl Unpin for TanPending
impl UnsafeUnpin for TanPending
impl UnwindSafe for TanPending
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