pub struct DecodedMachineLifecycleObservation { /* private fields */ }Expand description
Decoded runtime-lifecycle observation.
The lifecycle phase, four binding atoms, and two run atoms remain
independently optional. This type deliberately represents partial tuples
such as current_run_id = Some with pre_run_phase = None instead of
rejecting them as an impossible transition shape.
Implementations§
Source§impl DecodedMachineLifecycleObservation
impl DecodedMachineLifecycleObservation
pub fn record_version(&self) -> u16
pub fn runtime_state(&self) -> Option<RuntimeState>
pub fn binding(&self) -> &MachineLifecycleBindingFacts
pub fn run(&self) -> &MachineLifecycleRunFacts
pub fn unregister_progress(&self) -> Option<&MachineUnregisterProgressSnapshot>
Trait Implementations§
Source§impl Clone for DecodedMachineLifecycleObservation
impl Clone for DecodedMachineLifecycleObservation
Source§fn clone(&self) -> DecodedMachineLifecycleObservation
fn clone(&self) -> DecodedMachineLifecycleObservation
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 Eq for DecodedMachineLifecycleObservation
impl StructuralPartialEq for DecodedMachineLifecycleObservation
Auto Trait Implementations§
impl Freeze for DecodedMachineLifecycleObservation
impl RefUnwindSafe for DecodedMachineLifecycleObservation
impl Send for DecodedMachineLifecycleObservation
impl Sync for DecodedMachineLifecycleObservation
impl Unpin for DecodedMachineLifecycleObservation
impl UnsafeUnpin for DecodedMachineLifecycleObservation
impl UnwindSafe for DecodedMachineLifecycleObservation
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<T> CoreExecutorTurnFinalizationGuard for Twhere
T: Send,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.