Enum follow_heating::io::controls::heating_impl::Valve
source · enum Valve {
Tank,
Heating,
}
Variants§
Tank
Closing this valve will stop water going through the tank.
Heating
Closing this valve will stop water going through the heating.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Valve
impl Send for Valve
impl Sync for Valve
impl Unpin for Valve
impl UnwindSafe for Valve
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