Struct follow_heating::io::dummy_io_bundle::DummyIOBundleHandle
source · pub struct DummyIOBundleHandle {
wiser_handle: Sender<ModifyState>,
temp_handle: Sender<ModifyState>,
active_devices_handle: Sender<ActiveDevicesMessage>,
}
Fields§
§wiser_handle: Sender<ModifyState>
§temp_handle: Sender<ModifyState>
§active_devices_handle: Sender<ActiveDevicesMessage>
Implementations§
source§impl DummyIOBundleHandle
impl DummyIOBundleHandle
pub fn send_wiser(&mut self, msg: ModifyState)
pub fn send_wiser_on(&mut self, on: bool)
pub fn send_temps(&mut self, msg: ModifyState)
pub fn send_temp(&mut self, sensor: Sensor, temp: f32)
pub fn send_devices(&mut self, msg: ActiveDevicesMessage)
Auto Trait Implementations§
impl RefUnwindSafe for DummyIOBundleHandle
impl Send for DummyIOBundleHandle
impl Sync for DummyIOBundleHandle
impl Unpin for DummyIOBundleHandle
impl UnwindSafe for DummyIOBundleHandle
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