Enum forecast_rs::PrecipType [] [src]

pub enum PrecipType {
    Rain,
    Snow,
    Sleet,
}

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

Variants

Trait Implementations

impl Debug for PrecipType
[src]

Formats the value using the given formatter.

impl Eq for PrecipType
[src]

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