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