Enum forecast_rs::Icon [] [src]

pub enum Icon {
    ClearDay,
    ClearNight,
    Rain,
    Snow,
    Sleet,
    Wind,
    Fog,
    Cloudy,
    PartlyCloudyDay,
    PartlyCloudyNight,
    Hail,
    Thunderstorm,
    Tornado,
}

Model object representing an icon for display.

Variants

Trait Implementations

impl Debug for Icon
[src]

Formats the value using the given formatter.

impl Eq for Icon
[src]

impl PartialEq for Icon
[src]

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

This method tests for !=.