#[repr(u8)]pub enum QueueId {
SourceWork = 0,
ScannerWork = 1,
DecoderWork = 2,
BackendBatch = 3,
LiveVerification = 4,
ResultMerge = 5,
}Expand description
Bounded fixed set of queue slots for causality links and depth gauges.
Variants§
SourceWork = 0
ScannerWork = 1
DecoderWork = 2
BackendBatch = 3
LiveVerification = 4
ResultMerge = 5
Implementations§
Trait Implementations§
impl Copy for QueueId
Source§impl<'de> Deserialize<'de> for QueueId
impl<'de> Deserialize<'de> for QueueId
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for QueueId
Source§impl Ord for QueueId
impl Ord for QueueId
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for QueueId
impl PartialOrd for QueueId
impl StructuralPartialEq for QueueId
Auto Trait Implementations§
impl Freeze for QueueId
impl RefUnwindSafe for QueueId
impl Send for QueueId
impl Sync for QueueId
impl Unpin for QueueId
impl UnsafeUnpin for QueueId
impl UnwindSafe for QueueId
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