Struct yubico::config::Config[][src]

pub struct Config {
    pub client_id: String,
    pub key: Vec<u8>,
    pub product_id: u16,
    pub vendor_id: u16,
    pub variable: bool,
    pub slot: Slot,
    pub mode: Mode,
    pub command: Command,
    pub api_hosts: Vec<String>,
}

Fields

Methods

impl Config
[src]

Trait Implementations

impl Clone for Config
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Config
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Config
[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

impl Send for Config

impl Sync for Config