pub struct Kelvin;Expand description
Discriminant for the Kelvin temperature scale.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Kelvin
impl RefUnwindSafe for Kelvin
impl Send for Kelvin
impl Sync for Kelvin
impl Unpin for Kelvin
impl UnwindSafe for Kelvin
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