#[repr(u8)]pub enum MacroStageId {
Acquire = 0,
Scan = 1,
Resolve = 2,
Verify = 3,
Report = 4,
}Expand description
Stable identifier for a top-level production pipeline stage.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for MacroStageId
impl Clone for MacroStageId
Source§fn clone(&self) -> MacroStageId
fn clone(&self) -> MacroStageId
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for MacroStageId
Source§impl Debug for MacroStageId
impl Debug for MacroStageId
Source§impl<'de> Deserialize<'de> for MacroStageId
impl<'de> Deserialize<'de> for MacroStageId
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 MacroStageId
Source§impl Hash for MacroStageId
impl Hash for MacroStageId
Source§impl Ord for MacroStageId
impl Ord for MacroStageId
Source§fn cmp(&self, other: &MacroStageId) -> Ordering
fn cmp(&self, other: &MacroStageId) -> Ordering
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 PartialEq for MacroStageId
impl PartialEq for MacroStageId
Source§impl PartialOrd for MacroStageId
impl PartialOrd for MacroStageId
Source§impl Serialize for MacroStageId
impl Serialize for MacroStageId
impl StructuralPartialEq for MacroStageId
Auto Trait Implementations§
impl Freeze for MacroStageId
impl RefUnwindSafe for MacroStageId
impl Send for MacroStageId
impl Sync for MacroStageId
impl Unpin for MacroStageId
impl UnsafeUnpin for MacroStageId
impl UnwindSafe for MacroStageId
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