Struct hubcaps::traffic::Path[][src]

pub struct Path {
    pub path: String,
    pub title: String,
    pub count: u32,
    pub uniques: u32,
}

Fields

Trait Implementations

impl Debug for Path
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Path

impl Sync for Path