Struct vkrs::stats::Period [] [src]

pub struct Period {
    pub day: NaiveDate,
    pub views: u32,
    pub visitors: u32,
    pub reach: u32,
    pub reach_subscribers: u32,
    pub subscribed: u32,
    pub unsubscribed: u32,
    pub sex: Vec<Demography<DemoSex>>,
    pub age: Vec<Demography<DemoAgeRange>>,
    pub sex_age: Vec<Demography<DemoSexAge>>,
    pub cities: Vec<Demography<DemoCity>>,
    pub countries: Vec<Country>,
}

Fields

Trait Implementations

impl Clone for Period
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for Period
[src]

impl PartialEq for Period
[src]

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

This method tests for !=.

impl Debug for Period
[src]

Formats the value using the given formatter.