Struct nfc_oath::OathCredential[][src]

pub struct OathCredential {
    pub name: String,
    pub code: Result<OathCode, String>,
    pub oath_type: OathType,
    pub touch: bool,
    pub algo: OathAlgo,
    pub hidden: bool,
    pub steam: bool,
}

Fields

Methods

impl OathCredential
[src]

Trait Implementations

impl Debug for OathCredential
[src]

Formats the value using the given formatter. Read more

impl PartialEq for OathCredential
[src]

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

This method tests for !=.

Auto Trait Implementations