Struct wolfram_alpha::query::OptionalQueryParameters [] [src]

pub struct OptionalQueryParameters<'a> {
    pub format: Option<&'a str>,
    pub includepodid: Option<&'a str>,
    pub excludepodid: Option<&'a str>,
    pub podtitle: Option<&'a str>,
    pub podindex: Option<&'a str>,
    pub scanner: Option<&'a str>,
    pub async: Option<&'a str>,
    pub ip: Option<&'a str>,
    pub latlong: Option<&'a str>,
    pub location: Option<&'a str>,
    pub assumption: Option<&'a str>,
    pub podstate: Option<&'a str>,
    pub units: Option<&'a str>,
    pub width: Option<&'a str>,
    pub maxwidth: Option<&'a str>,
    pub plotwidth: Option<&'a str>,
    pub mag: Option<&'a str>,
    pub scantimeout: Option<&'a str>,
    pub podtimeout: Option<&'a str>,
    pub formattimeout: Option<&'a str>,
    pub parsetimeout: Option<&'a str>,
    pub reinterpret: Option<&'a str>,
    pub translation: Option<&'a str>,
    pub ignorecase: Option<&'a str>,
    pub sig: Option<&'a str>,
}

A container struct for the parameters for a query to the Wolfram|Alpha API.

Fields