pub struct SupervisorRevocationPendingReceipt { /* private fields */ }Expand description
Durable in-flight supervisor revocation receipt.
This is the closed-world hand-off between generated machine authority and the concrete router mutation. It deliberately retains the complete prior route so a cold runtime can authenticate an exact retry and re-materialize the generated remove obligation without resurrecting a live binding.
Implementations§
Trait Implementations§
Source§impl Clone for SupervisorRevocationPendingReceipt
impl Clone for SupervisorRevocationPendingReceipt
Source§fn clone(&self) -> SupervisorRevocationPendingReceipt
fn clone(&self) -> SupervisorRevocationPendingReceipt
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 SupervisorRevocationPendingReceipt
impl StructuralPartialEq for SupervisorRevocationPendingReceipt
Auto Trait Implementations§
impl Freeze for SupervisorRevocationPendingReceipt
impl RefUnwindSafe for SupervisorRevocationPendingReceipt
impl Send for SupervisorRevocationPendingReceipt
impl Sync for SupervisorRevocationPendingReceipt
impl Unpin for SupervisorRevocationPendingReceipt
impl UnsafeUnpin for SupervisorRevocationPendingReceipt
impl UnwindSafe for SupervisorRevocationPendingReceipt
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.