Struct hubcaps::traffic::DataPoint[][src]

pub struct DataPoint {
    pub timestamp: String,
    pub count: u32,
    pub uniques: u32,
}

Fields

Trait Implementations

impl Debug for DataPoint
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for DataPoint

impl Sync for DataPoint