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

pub struct Stats {
    pub month: String,
    pub year: u16,
    pub api_calls_count: u32,
    pub auths_count: u32,
    pub calls_count: u32,
    pub sms_count: u32,
    pub users_count: u32,
}

returned when requesting the application stats.

Fields

Trait Implementations

impl Debug for Stats
[src]

Formats the value using the given formatter.

impl Clone for Stats
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for Stats
[src]

impl PartialEq for Stats
[src]

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

This method tests for !=.