Struct nfc_oath::OathCode[][src]

pub struct OathCode {
    pub digits: OathDigits,
    pub value: u32,
    pub expiration: u32,
    pub steam: bool,
}

Fields

Trait Implementations

impl Debug for OathCode
[src]

Formats the value using the given formatter. Read more

impl PartialEq for OathCode
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Display for OathCode
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for OathCode

impl Sync for OathCode