Struct follow_heating::io::controls::heating_impl::ValveAndPumpConfiguration
source · struct ValveAndPumpConfiguration {
heat_pump_on: bool,
extra_heating_pump_on: bool,
tank_valve_open: bool,
heating_valve_open: bool,
}
Fields§
§heat_pump_on: bool
§extra_heating_pump_on: bool
§tank_valve_open: bool
§heating_valve_open: bool
Trait Implementations§
source§impl Debug for ValveAndPumpConfiguration
impl Debug for ValveAndPumpConfiguration
source§impl PartialEq for ValveAndPumpConfiguration
impl PartialEq for ValveAndPumpConfiguration
source§fn eq(&self, other: &ValveAndPumpConfiguration) -> bool
fn eq(&self, other: &ValveAndPumpConfiguration) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ValveAndPumpConfiguration
Auto Trait Implementations§
impl RefUnwindSafe for ValveAndPumpConfiguration
impl Send for ValveAndPumpConfiguration
impl Sync for ValveAndPumpConfiguration
impl Unpin for ValveAndPumpConfiguration
impl UnwindSafe for ValveAndPumpConfiguration
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