Enum forecast::Units[][src]

pub enum Units {
    Auto,
    CA,
    UK,
    Imperial,
    SI,
}

Model object representing measurement units.

Variants

Trait Implementations

impl Clone for Units
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Units
[src]

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

This method tests for !=.

impl Eq for Units
[src]

impl Debug for Units
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Units

impl Sync for Units