Enum forecast::PrecipType[][src]

pub enum PrecipType {
    Rain,
    Snow,
    Sleet,
}

Model object representing the kind of precipitation occurring at a particular time.

Variants

Trait Implementations

impl Clone for PrecipType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for PrecipType
[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 PrecipType
[src]

impl Debug for PrecipType
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for PrecipType

impl Sync for PrecipType