Struct forecast::TimeMachineRequestBuilder [] [src]

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

Builder object used to construct a TimeMachineRequest.

Methods

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

A Time Machine API request is constructed with required params api_key, latitude, longitude, and time.

Add a DataBlock to exclude from the response.

Add multiple DataBlocks to exclude from the response.

Set the language for messages in the response data.

Set the measurement units for response data.

Finalize the request.

Trait Implementations

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

Formats the value using the given formatter.