Struct orchestra::HighPriority
source · pub struct HighPriority;
Expand description
High priority.
Trait Implementations§
source§impl Priority for HighPriority
impl Priority for HighPriority
source§fn priority() -> PriorityLevel
fn priority() -> PriorityLevel
The priority level.
Auto Trait Implementations§
impl Freeze for HighPriority
impl RefUnwindSafe for HighPriority
impl Send for HighPriority
impl Sync for HighPriority
impl Unpin for HighPriority
impl UnwindSafe for HighPriority
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