Struct openaq_client::Fetch [] [src]

pub struct Fetch {
    pub time_started: String,
    pub time_ended: String,
    pub count: u32,
    pub results: Vec<FetchResult>,
}

Fields

Trait Implementations

impl Debug for Fetch
[src]

Formats the value using the given formatter.