pub struct StepRunId(/* private fields */);Expand description
Identity of a step execution (wraps an ActionQueue RunId conceptually).
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for StepRunId
impl<'de> Deserialize<'de> for StepRunId
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
Source§impl Ord for StepRunId
impl Ord for StepRunId
Source§impl PartialOrd for StepRunId
impl PartialOrd for StepRunId
impl Copy for StepRunId
impl Eq for StepRunId
impl StructuralPartialEq for StepRunId
Auto Trait Implementations§
impl Freeze for StepRunId
impl RefUnwindSafe for StepRunId
impl Send for StepRunId
impl Sync for StepRunId
impl Unpin for StepRunId
impl UnsafeUnpin for StepRunId
impl UnwindSafe for StepRunId
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