Enum follow_heating::io::controls::heating_impl::Pump
source · enum Pump {
HeatPump,
ExtraHeating,
HeatingCirculation,
}
Variants§
HeatPump
The heat pump that actually heats the hot water.
ExtraHeating
The pump in series (sometimes) with the heat pump that helps to increase the flow and is also used for circulating
HeatingCirculation
The pump that pushes water through the radiators
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Pump
impl Send for Pump
impl Sync for Pump
impl Unpin for Pump
impl UnwindSafe for Pump
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