pub struct PresentWeather {
pub thunderstorm: u8,
pub rain: u8,
pub rain_squalls: u8,
pub snow: u8,
pub snow_showers: u8,
pub sleet: u8,
pub fog: u8,
pub smoke: u8,
pub ice_pellets: u8,
}Fields§
§thunderstorm: u8§rain: u8§rain_squalls: u8§snow: u8§snow_showers: u8§sleet: u8§fog: u8§smoke: u8§ice_pellets: u8Trait Implementations§
Auto Trait Implementations§
impl Freeze for PresentWeather
impl RefUnwindSafe for PresentWeather
impl Send for PresentWeather
impl Sync for PresentWeather
impl Unpin for PresentWeather
impl UnwindSafe for PresentWeather
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