Struct authy::api::app::Details [] [src]

pub struct Details {
    pub app_id: u32,
    pub name: String,
    pub onetouch_enabled: bool,
    pub plan: String,
    pub sms_enabled: bool,
}

returned when requesting the application details

Fields

Trait Implementations

impl Debug for Details
[src]

Formats the value using the given formatter.

impl Clone for Details
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for Details
[src]

impl PartialEq for Details
[src]

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

This method tests for !=.