pub struct AlarmsStateChangedEvent {
pub alarms_active: Option<AlarmMode>,
pub alarms_suppressed: Option<AlarmMode>,
}Fields§
§alarms_active: Option<AlarmMode>§alarms_suppressed: Option<AlarmMode>Trait Implementations§
Source§impl Debug for AlarmsStateChangedEvent
impl Debug for AlarmsStateChangedEvent
Auto Trait Implementations§
impl Freeze for AlarmsStateChangedEvent
impl RefUnwindSafe for AlarmsStateChangedEvent
impl Send for AlarmsStateChangedEvent
impl Sync for AlarmsStateChangedEvent
impl Unpin for AlarmsStateChangedEvent
impl UnwindSafe for AlarmsStateChangedEvent
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