Struct basic_otp::TotpSlot[][src]

pub struct TotpSlot {
    pub code: u32,
    pub secs_left: u32,
}

Fields

Trait Implementations

impl Debug for TotpSlot
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for TotpSlot

impl Sync for TotpSlot