pub struct DegF;Expand description
Degrees Fahrenheit
Trait Implementations§
impl Copy for DegF
Source§impl PartialOrd for DegF
impl PartialOrd for DegF
impl StructuralPartialEq for DegF
Auto Trait Implementations§
impl Freeze for DegF
impl RefUnwindSafe for DegF
impl Send for DegF
impl Sync for DegF
impl Unpin for DegF
impl UnsafeUnpin for DegF
impl UnwindSafe for DegF
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