pub struct SupervisorRotationReceipt { /* private fields */ }Implementations§
Source§impl SupervisorRotationReceipt
impl SupervisorRotationReceipt
pub fn operation_id(&self) -> SupervisorRotationOperationId
pub fn phase(&self) -> SupervisorRotationPersistencePhase
pub fn rejection(&self) -> Option<SupervisorRotationRejection>
pub fn previous(&self) -> &SupervisorBindingReceipt
pub fn next(&self) -> &SupervisorBindingReceipt
Trait Implementations§
Source§impl Clone for SupervisorRotationReceipt
impl Clone for SupervisorRotationReceipt
Source§fn clone(&self) -> SupervisorRotationReceipt
fn clone(&self) -> SupervisorRotationReceipt
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 SupervisorRotationReceipt
impl Debug for SupervisorRotationReceipt
impl Eq for SupervisorRotationReceipt
impl StructuralPartialEq for SupervisorRotationReceipt
Auto Trait Implementations§
impl Freeze for SupervisorRotationReceipt
impl RefUnwindSafe for SupervisorRotationReceipt
impl Send for SupervisorRotationReceipt
impl Sync for SupervisorRotationReceipt
impl Unpin for SupervisorRotationReceipt
impl UnsafeUnpin for SupervisorRotationReceipt
impl UnwindSafe for SupervisorRotationReceipt
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.