pub struct TotpCode { /* private fields */ }Expand description
Represents a TOTP code along with its time left and period.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TotpCode
impl RefUnwindSafe for TotpCode
impl Send for TotpCode
impl Sync for TotpCode
impl Unpin for TotpCode
impl UnwindSafe for TotpCode
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