Struct openaq_client::City [] [src]

pub struct City {
    pub count: u32,
    pub country: String,
    pub locations: u32,
    pub name: String,
}

Fields

Trait Implementations

impl Debug for City
[src]

Formats the value using the given formatter.