Struct follow_heating::brain::python_like::config::overrun_config::DhwBap
source · pub struct DhwBap {
pub slot: ZonedSlot,
pub disable_below: Option<DisableBelow>,
pub temps: DhwTemps,
pub bypass: Option<Bypass>,
pub mixed: Option<Mixed>,
}
Expand description
A boost applicable at a certain time of day.
Fields§
§slot: ZonedSlot
The time slot during which this is applicable.
disable_below: Option<DisableBelow>
§temps: DhwTemps
§bypass: Option<Bypass>
The maximum drop across HPFL / HPRT before the heat exchanger valve will be opened to increase the flow through the heat pump
mixed: Option<Mixed>
Trait Implementations§
source§impl<'de> Deserialize<'de> for DhwBap
impl<'de> Deserialize<'de> for DhwBap
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for DhwBap
impl PartialEq for DhwBap
impl StructuralPartialEq for DhwBap
Auto Trait Implementations§
impl RefUnwindSafe for DhwBap
impl Send for DhwBap
impl Sync for DhwBap
impl Unpin for DhwBap
impl UnwindSafe for DhwBap
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