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