pub struct TOTP { /* private fields */ }Expand description
Generate or check TOTP tokens
Implementations§
Trait Implementations§
impl Send for TOTP
impl Sync for TOTP
Auto Trait Implementations§
impl Freeze for TOTP
impl RefUnwindSafe for TOTP
impl Unpin for TOTP
impl UnsafeUnpin for TOTP
impl UnwindSafe for TOTP
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