pub struct RelativeHumidity(/* private fields */);Expand description
The relative humidity type (in %).
Implementations§
Trait Implementations§
Source§impl Clone for RelativeHumidity
impl Clone for RelativeHumidity
Source§fn clone(&self) -> RelativeHumidity
fn clone(&self) -> RelativeHumidity
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RelativeHumidity
Source§impl Debug for RelativeHumidity
impl Debug for RelativeHumidity
Source§impl Default for RelativeHumidity
impl Default for RelativeHumidity
Source§fn default() -> RelativeHumidity
fn default() -> RelativeHumidity
Returns the “default value” for a type. Read more
Source§impl PartialEq for RelativeHumidity
impl PartialEq for RelativeHumidity
Auto Trait Implementations§
impl Freeze for RelativeHumidity
impl RefUnwindSafe for RelativeHumidity
impl Send for RelativeHumidity
impl Sync for RelativeHumidity
impl Unpin for RelativeHumidity
impl UnsafeUnpin for RelativeHumidity
impl UnwindSafe for RelativeHumidity
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