Struct openaq_client::City
[−]
[src]
pub struct City { pub count: u32, pub country: String, pub locations: u32, pub name: String, }
Fields
count: u32
country: String
locations: u32
name: String