Struct u2f::protocol::Challenge [] [src]

pub struct Challenge {
    pub app_id: String,
    pub challenge: String,
    pub timestamp: String,
}

Fields

Methods

impl Challenge
[src]

[src]

Trait Implementations

impl Clone for Challenge
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more