Struct hb::time_series::Item[][src]

pub struct Item {
    pub time: usize,
    pub requests: usize,
    pub latency: Latency,
}

Fields

Trait Implementations

impl Debug for Item
[src]

Formats the value using the given formatter. Read more

impl Default for Item
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for Item

impl Sync for Item