Struct openaq_client::Country [] [src]

pub struct Country {
    pub cities: u32,
    pub code: String,
    pub count: u32,
    pub locations: u32,
    pub name: String,
}

Fields

Trait Implementations

impl Debug for Country
[src]

Formats the value using the given formatter.