pub struct SetpointChangeEvent {
pub system_mode: Option<SystemMode>,
pub occupancy: Option<Occupancy>,
pub previous_setpoint: Option<i16>,
pub current_setpoint: Option<i16>,
}Fields§
§system_mode: Option<SystemMode>§occupancy: Option<Occupancy>§previous_setpoint: Option<i16>§current_setpoint: Option<i16>Trait Implementations§
Source§impl Debug for SetpointChangeEvent
impl Debug for SetpointChangeEvent
Auto Trait Implementations§
impl Freeze for SetpointChangeEvent
impl RefUnwindSafe for SetpointChangeEvent
impl Send for SetpointChangeEvent
impl Sync for SetpointChangeEvent
impl Unpin for SetpointChangeEvent
impl UnsafeUnpin for SetpointChangeEvent
impl UnwindSafe for SetpointChangeEvent
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