pub struct Priority<P: 'static + Ord + Send> { /* private fields */ }Expand description
Marks a task queue as executing events in a user-defined priority order.
Trait Implementations§
Auto Trait Implementations§
impl<P> Freeze for Priority<P>
impl<P> !RefUnwindSafe for Priority<P>
impl<P> Send for Priority<P>
impl<P> Sync for Priority<P>where
P: Sync,
impl<P> Unpin for Priority<P>where
P: Unpin,
impl<P> !UnwindSafe for Priority<P>
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