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

Formats the value using the given formatter. Read more

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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 !=.

Auto Trait Implementations