pub struct HeatIndex(/* private fields */);Expand description
Heat index stored as a descriptive Celsius value.
Implementations§
Trait Implementations§
Source§impl PartialOrd for HeatIndex
impl PartialOrd for HeatIndex
impl Copy for HeatIndex
impl StructuralPartialEq for HeatIndex
Auto Trait Implementations§
impl Freeze for HeatIndex
impl RefUnwindSafe for HeatIndex
impl Send for HeatIndex
impl Sync for HeatIndex
impl Unpin for HeatIndex
impl UnsafeUnpin for HeatIndex
impl UnwindSafe for HeatIndex
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