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