pub struct MachineLifecycleRunFacts { /* private fields */ }Implementations§
Source§impl MachineLifecycleRunFacts
impl MachineLifecycleRunFacts
pub fn current_run_id(&self) -> Option<&RunId>
pub fn pre_run_phase(&self) -> Option<MachineLifecyclePreRunPhase>
Trait Implementations§
Source§impl Clone for MachineLifecycleRunFacts
impl Clone for MachineLifecycleRunFacts
Source§fn clone(&self) -> MachineLifecycleRunFacts
fn clone(&self) -> MachineLifecycleRunFacts
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 moreSource§impl Debug for MachineLifecycleRunFacts
impl Debug for MachineLifecycleRunFacts
Source§impl Default for MachineLifecycleRunFacts
impl Default for MachineLifecycleRunFacts
Source§fn default() -> MachineLifecycleRunFacts
fn default() -> MachineLifecycleRunFacts
Returns the “default value” for a type. Read more
impl Eq for MachineLifecycleRunFacts
Source§impl PartialEq for MachineLifecycleRunFacts
impl PartialEq for MachineLifecycleRunFacts
impl StructuralPartialEq for MachineLifecycleRunFacts
Auto Trait Implementations§
impl Freeze for MachineLifecycleRunFacts
impl RefUnwindSafe for MachineLifecycleRunFacts
impl Send for MachineLifecycleRunFacts
impl Sync for MachineLifecycleRunFacts
impl Unpin for MachineLifecycleRunFacts
impl UnsafeUnpin for MachineLifecycleRunFacts
impl UnwindSafe for MachineLifecycleRunFacts
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.