pub struct Snowfall(pub f32);Expand description
Snowfall in tenths of an inch over the last 24 hours.
Tuple Fields§
§0: f32Implementations§
Trait Implementations§
impl Copy for Snowfall
impl StructuralPartialEq for Snowfall
Auto Trait Implementations§
impl Freeze for Snowfall
impl RefUnwindSafe for Snowfall
impl Send for Snowfall
impl Sync for Snowfall
impl Unpin for Snowfall
impl UnsafeUnpin for Snowfall
impl UnwindSafe for Snowfall
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