Enum follow_heating::io::devices::dummy::ActiveDevicesMessage
source · pub enum ActiveDevicesMessage {
SetActiveDevices(Vec<Device>),
}
Variants§
Auto Trait Implementations§
impl RefUnwindSafe for ActiveDevicesMessage
impl Send for ActiveDevicesMessage
impl Sync for ActiveDevicesMessage
impl Unpin for ActiveDevicesMessage
impl UnwindSafe for ActiveDevicesMessage
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