Struct vkrs::stats::Demography [] [src]

pub struct Demography<T: Deserialize + Copy + Debug + Eq> {
    pub visitors: u32,
    pub value: T,
    pub name: Option<String>,
}

Fields

Trait Implementations

impl<T: Clone + Deserialize + Copy + Debug + Eq> Clone for Demography<T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<T: Eq + Deserialize + Copy + Debug + Eq> Eq for Demography<T>
[src]

impl<T: PartialEq + Deserialize + Copy + Debug + Eq> PartialEq for Demography<T>
[src]

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

This method tests for !=.

impl<T: Debug + Deserialize + Copy + Debug + Eq> Debug for Demography<T>
[src]

Formats the value using the given formatter.