Enum follow_heating::io::temperatures::dummy::ModifyState
source · pub enum ModifyState {
SetTemp(Sensor, f32),
SetTemps(HashMap<Sensor, f32>),
}
Variants§
Auto Trait Implementations§
impl RefUnwindSafe for ModifyState
impl Send for ModifyState
impl Sync for ModifyState
impl Unpin for ModifyState
impl UnwindSafe for ModifyState
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