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