[−][src]Struct brtsky::WeatherData
Fields
timestamp: DateTime<FixedOffset>source_id: i32precipitation: f32pressure_msl: f32sunshine: f32temperature: f32wind_direction: f32wind_speed: f32cloud_cover: f32dew_point: f32relative_humidity: Option<f32>visibility: f32wind_gust_direction: Option<f32>wind_gust_speed: f32condition: Conditionicon: Stringfallback_source_ids: Option<Value>Trait Implementations
impl Debug for WeatherData[src]
impl<'de> Deserialize<'de> for WeatherData[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl PartialEq<WeatherData> for WeatherData[src]
fn eq(&self, other: &WeatherData) -> bool[src]
fn ne(&self, other: &WeatherData) -> bool[src]
impl StructuralPartialEq for WeatherData[src]
Auto Trait Implementations
impl RefUnwindSafe for WeatherData
impl Send for WeatherData
impl Sync for WeatherData
impl Unpin for WeatherData
impl UnwindSafe for WeatherData
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,