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