pub struct RunningModeChangeEvent {
pub previous_running_mode: Option<ThermostatRunningMode>,
pub current_running_mode: Option<ThermostatRunningMode>,
}Fields§
§previous_running_mode: Option<ThermostatRunningMode>§current_running_mode: Option<ThermostatRunningMode>Trait Implementations§
Source§impl Debug for RunningModeChangeEvent
impl Debug for RunningModeChangeEvent
Auto Trait Implementations§
impl Freeze for RunningModeChangeEvent
impl RefUnwindSafe for RunningModeChangeEvent
impl Send for RunningModeChangeEvent
impl Sync for RunningModeChangeEvent
impl Unpin for RunningModeChangeEvent
impl UnsafeUnpin for RunningModeChangeEvent
impl UnwindSafe for RunningModeChangeEvent
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