enum GrabData {
All,
System,
Room,
}
Variants§
All
Get all the data, including all the schedule data
System
Get data about system, e.g whether heating is on or off.
Room
Get data about temperature and current set points of rooms.
Auto Trait Implementations§
impl RefUnwindSafe for GrabData
impl Send for GrabData
impl Sync for GrabData
impl Unpin for GrabData
impl UnwindSafe for GrabData
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