pub struct TotpSlot {
pub code: u32,
pub secs_left: u32,
}Fields§
§code: u32§secs_left: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for TotpSlot
impl RefUnwindSafe for TotpSlot
impl Send for TotpSlot
impl Sync for TotpSlot
impl Unpin for TotpSlot
impl UnwindSafe for TotpSlot
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