Enum forecast::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 Clone for Icon
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Eq for Icon
[src]

impl Debug for Icon
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Icon

impl Sync for Icon