pub enum TempScale {
Fahrenheit,
Celcius,
}
Variants§
Auto Trait Implementations§
impl Freeze for TempScale
impl RefUnwindSafe for TempScale
impl Send for TempScale
impl Sync for TempScale
impl Unpin for TempScale
impl UnwindSafe for TempScale
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