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