[][src]Struct accuweather::types::HourlyForecast

pub struct HourlyForecast {
    pub ceiling: AccuweatherMeasurement,
    pub cloud_cover: i32,
    pub date_time: String,
    pub dew_point: AccuweatherMeasurement,
    pub epoch_date_time: i64,
    pub ice: AccuweatherMeasurement,
    pub ice_probability: i32,
    pub icon_phrase: String,
    pub is_daylight: bool,
    pub link: String,
    pub mobile_link: String,
    pub precipitation_probability: i32,
    pub rain: AccuweatherMeasurement,
    pub rain_probability: i32,
    pub real_feel_temperature: AccuweatherMeasurement,
    pub relative_humidity: i32,
    pub snow: AccuweatherMeasurement,
    pub snow_probability: i32,
    pub temperature: AccuweatherMeasurement,
    pub total_liquid: AccuweatherMeasurement,
    pub uv_index: i32,
    pub uv_index_text: String,
    pub visibility: AccuweatherMeasurement,
    pub weather_icon: i32,
    pub wet_bulb_temperature: AccuweatherMeasurement,
    pub wind: Wind,
    pub wind_gust: DailyWindGust,
}

Representation of an hourly forecast

Fields

ceiling: AccuweatherMeasurementcloud_cover: i32date_time: Stringdew_point: AccuweatherMeasurementepoch_date_time: i64ice: AccuweatherMeasurementice_probability: i32icon_phrase: Stringis_daylight: boollink: Stringmobile_link: Stringprecipitation_probability: i32rain: AccuweatherMeasurementrain_probability: i32real_feel_temperature: AccuweatherMeasurementrelative_humidity: i32snow: AccuweatherMeasurementsnow_probability: i32temperature: AccuweatherMeasurementtotal_liquid: AccuweatherMeasurementuv_index: i32uv_index_text: Stringvisibility: AccuweatherMeasurementweather_icon: i32wet_bulb_temperature: AccuweatherMeasurementwind: Windwind_gust: DailyWindGust

Trait Implementations

impl Debug for HourlyForecast[src]

impl<'de> Deserialize<'de> for HourlyForecast[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<T> Erased for T

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 

type Err = <U as TryFrom<T>>::Err