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