pub struct RuntimeSessionLifecycleObservation { /* private fields */ }Expand description
Exact durable lifecycle observation for one session registration target.
Construction is owned by MeerkatMachine so a raw-content version observed for one runtime id cannot be replayed as the precondition for another.
Implementations§
Source§impl RuntimeSessionLifecycleObservation
impl RuntimeSessionLifecycleObservation
pub fn session_id(&self) -> &SessionId
pub fn runtime_id(&self) -> &LogicalRuntimeId
pub fn lifecycle(&self) -> &MachineLifecycleObservation
Trait Implementations§
Source§impl Clone for RuntimeSessionLifecycleObservation
impl Clone for RuntimeSessionLifecycleObservation
Source§fn clone(&self) -> RuntimeSessionLifecycleObservation
fn clone(&self) -> RuntimeSessionLifecycleObservation
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 RuntimeSessionLifecycleObservation
impl StructuralPartialEq for RuntimeSessionLifecycleObservation
Auto Trait Implementations§
impl Freeze for RuntimeSessionLifecycleObservation
impl RefUnwindSafe for RuntimeSessionLifecycleObservation
impl Send for RuntimeSessionLifecycleObservation
impl Sync for RuntimeSessionLifecycleObservation
impl Unpin for RuntimeSessionLifecycleObservation
impl UnsafeUnpin for RuntimeSessionLifecycleObservation
impl UnwindSafe for RuntimeSessionLifecycleObservation
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.