pub struct MachineLifecycleSnapshot { /* private fields */ }Expand description
Durable read-back shape for machine-owned lifecycle state.
Implementations§
Source§impl MachineLifecycleSnapshot
impl MachineLifecycleSnapshot
Sourcepub fn runtime_state(&self) -> RuntimeState
pub fn runtime_state(&self) -> RuntimeState
Runtime state selected by the owning MeerkatMachine transition.
Sourcepub fn binding(&self) -> &MachineLifecycleBindingFacts
pub fn binding(&self) -> &MachineLifecycleBindingFacts
Runtime binding facts selected by the owning MeerkatMachine transition.
Trait Implementations§
Source§impl Clone for MachineLifecycleSnapshot
impl Clone for MachineLifecycleSnapshot
Source§fn clone(&self) -> MachineLifecycleSnapshot
fn clone(&self) -> MachineLifecycleSnapshot
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 MachineLifecycleSnapshot
impl Debug for MachineLifecycleSnapshot
impl Eq for MachineLifecycleSnapshot
Source§impl PartialEq for MachineLifecycleSnapshot
impl PartialEq for MachineLifecycleSnapshot
Source§fn eq(&self, other: &MachineLifecycleSnapshot) -> bool
fn eq(&self, other: &MachineLifecycleSnapshot) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for MachineLifecycleSnapshot
Auto Trait Implementations§
impl Freeze for MachineLifecycleSnapshot
impl RefUnwindSafe for MachineLifecycleSnapshot
impl Send for MachineLifecycleSnapshot
impl Sync for MachineLifecycleSnapshot
impl Unpin for MachineLifecycleSnapshot
impl UnsafeUnpin for MachineLifecycleSnapshot
impl UnwindSafe for MachineLifecycleSnapshot
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,
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.