Struct openaq_client::FetchResult [] [src]

pub struct FetchResult {
    pub message: String,
    pub count: u32,
    pub duration: f32,
    pub source_name: String,
}

Fields

Trait Implementations

impl Debug for FetchResult
[src]

Formats the value using the given formatter.