Enum follow_heating::brain::modes::working_temp::WorkingTempAction
source · pub enum WorkingTempAction {
Heat {
mixed_state: MixedState,
},
Cool {
circulate: bool,
},
}
Expand description
What to do about the working temp in order to stay within the required range.
Variants§
Trait Implementations§
source§impl Debug for WorkingTempAction
impl Debug for WorkingTempAction
source§impl PartialEq for WorkingTempAction
impl PartialEq for WorkingTempAction
source§fn eq(&self, other: &WorkingTempAction) -> bool
fn eq(&self, other: &WorkingTempAction) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for WorkingTempAction
Auto Trait Implementations§
impl RefUnwindSafe for WorkingTempAction
impl Send for WorkingTempAction
impl Sync for WorkingTempAction
impl Unpin for WorkingTempAction
impl UnwindSafe for WorkingTempAction
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