pub struct WeatherWindNode {
pub speed: f32,
pub deg: i32,
pub gust: f32,
}Fields§
§speed: f32§deg: i32§gust: f32Trait Implementations§
Source§impl Debug for WeatherWindNode
impl Debug for WeatherWindNode
Source§impl<'de> Deserialize<'de> for WeatherWindNode
impl<'de> Deserialize<'de> for WeatherWindNode
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for WeatherWindNode
impl RefUnwindSafe for WeatherWindNode
impl Send for WeatherWindNode
impl Sync for WeatherWindNode
impl Unpin for WeatherWindNode
impl UnwindSafe for WeatherWindNode
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more