pub enum ChannelPriority {
High,
Normal,
Low,
}Expand description
Lane selector for Echo scheduler dispatch.
Deliberately isolated from Echo::Task::Priority so Common stays
dependency-free on Echo. Mountain’s mountain_ipc_invoke wrapper maps
ChannelPriority → Echo::Task::Priority at the single submit site.
Variants§
Trait Implementations§
Source§impl Clone for ChannelPriority
impl Clone for ChannelPriority
Source§fn clone(&self) -> ChannelPriority
fn clone(&self) -> ChannelPriority
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ChannelPriority
impl Debug for ChannelPriority
Source§impl Hash for ChannelPriority
impl Hash for ChannelPriority
Source§impl PartialEq for ChannelPriority
impl PartialEq for ChannelPriority
impl Copy for ChannelPriority
impl Eq for ChannelPriority
impl StructuralPartialEq for ChannelPriority
Auto Trait Implementations§
impl Freeze for ChannelPriority
impl RefUnwindSafe for ChannelPriority
impl Send for ChannelPriority
impl Sync for ChannelPriority
impl Unpin for ChannelPriority
impl UnsafeUnpin for ChannelPriority
impl UnwindSafe for ChannelPriority
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more