pub struct NotifyDERAlarm;Expand description
Marker type for the NotifyDERAlarm action.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NotifyDERAlarm
impl RefUnwindSafe for NotifyDERAlarm
impl Send for NotifyDERAlarm
impl Sync for NotifyDERAlarm
impl Unpin for NotifyDERAlarm
impl UnsafeUnpin for NotifyDERAlarm
impl UnwindSafe for NotifyDERAlarm
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