pub struct LifecycleReceipt { /* private fields */ }Expand description
Raw performer acknowledgement bound to one fenced dispatch.
Implementations§
Source§impl LifecycleReceipt
impl LifecycleReceipt
Sourcepub const fn id(&self) -> &LifecycleReceiptId
pub const fn id(&self) -> &LifecycleReceiptId
Returns the semantic receipt identity.
Sourcepub const fn dispatch(&self) -> &FencedDispatchId
pub const fn dispatch(&self) -> &FencedDispatchId
Returns the acknowledged dispatch.
Sourcepub fn canonical_datum(&self) -> Datum
pub fn canonical_datum(&self) -> Datum
Returns the canonical receipt value.
Trait Implementations§
Source§impl Clone for LifecycleReceipt
impl Clone for LifecycleReceipt
Source§fn clone(&self) -> LifecycleReceipt
fn clone(&self) -> LifecycleReceipt
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 LifecycleReceipt
impl Debug for LifecycleReceipt
impl Eq for LifecycleReceipt
Source§impl PartialEq for LifecycleReceipt
impl PartialEq for LifecycleReceipt
impl StructuralPartialEq for LifecycleReceipt
Auto Trait Implementations§
impl Freeze for LifecycleReceipt
impl RefUnwindSafe for LifecycleReceipt
impl Send for LifecycleReceipt
impl Sync for LifecycleReceipt
impl Unpin for LifecycleReceipt
impl UnsafeUnpin for LifecycleReceipt
impl UnwindSafe for LifecycleReceipt
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