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
format: Option<&'a str>
includepodid: Option<&'a str>
excludepodid: Option<&'a str>
podtitle: Option<&'a str>
podindex: Option<&'a str>
scanner: Option<&'a str>
async: Option<&'a str>
ip: Option<&'a str>
latlong: Option<&'a str>
location: Option<&'a str>
assumption: Option<&'a str>
podstate: Option<&'a str>
units: Option<&'a str>
width: Option<&'a str>
maxwidth: Option<&'a str>
plotwidth: Option<&'a str>
mag: Option<&'a str>
scantimeout: Option<&'a str>
podtimeout: Option<&'a str>
formattimeout: Option<&'a str>
parsetimeout: Option<&'a str>
reinterpret: Option<&'a str>
translation: Option<&'a str>
ignorecase: Option<&'a str>
sig: Option<&'a str>