Struct forecast_rs::TimeMachineRequest [] [src]

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

Model object representing a request to the Time Machine API.

Methods

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

Trait Implementations

impl<'a> PartialEq for TimeMachineRequest<'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 TimeMachineRequest<'a>
[src]

Formats the value using the given formatter.

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

Consumes the object, trying to return a Url.