Enum forecast_rs::Units [] [src]

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

Model object representing measurement units.

Variants

Trait Implementations

impl Debug for Units
[src]

Formats the value using the given formatter.

impl Eq for Units
[src]

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