Enum orchestra::PriorityLevel
source · pub enum PriorityLevel {
Normal,
High,
}
Expand description
Priority of messages sending to the individual subsystems. Only for the bounded channel sender.
Variants§
Auto Trait Implementations§
impl Freeze for PriorityLevel
impl RefUnwindSafe for PriorityLevel
impl Send for PriorityLevel
impl Sync for PriorityLevel
impl Unpin for PriorityLevel
impl UnwindSafe for PriorityLevel
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