Enum follow_heating::brain::modes::working_temp::MixedState
source · pub enum MixedState {
MixedHeating,
BoostedHeating,
NotMixed,
}
Expand description
Whether in mixed mode i.e. whether heating and hot water both being heated
Variants§
MixedHeating
Both heating and hot water being heated
BoostedHeating
Heating boosted from hot water
NotMixed
Not mixed
Trait Implementations§
source§impl Debug for MixedState
impl Debug for MixedState
source§impl PartialEq for MixedState
impl PartialEq for MixedState
source§fn eq(&self, other: &MixedState) -> bool
fn eq(&self, other: &MixedState) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for MixedState
Auto Trait Implementations§
impl RefUnwindSafe for MixedState
impl Send for MixedState
impl Sync for MixedState
impl Unpin for MixedState
impl UnwindSafe for MixedState
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