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