Struct forecast_rs::ForecastRequest [] [src]

pub struct ForecastRequest<'a> { /* fields omitted */ }

Model object representing a request to the Forecast API.

Methods

impl<'a> ForecastRequest<'a>
[src]

Trait Implementations

impl<'a> PartialEq for ForecastRequest<'a>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<'a> Debug for ForecastRequest<'a>
[src]

Formats the value using the given formatter.

impl<'a> IntoUrl for ForecastRequest<'a>
[src]

Consumes the object, trying to return a Url.