pub struct LifecycleReceiptId(/* private fields */);Expand description
Identity of one raw lifecycle performer receipt.
Implementations§
Source§impl LifecycleReceiptId
impl LifecycleReceiptId
Sourcepub const fn content_id(&self) -> &ContentId
pub const fn content_id(&self) -> &ContentId
Borrows the semantic content identity.
Trait Implementations§
Source§impl Clone for LifecycleReceiptId
impl Clone for LifecycleReceiptId
Source§fn clone(&self) -> LifecycleReceiptId
fn clone(&self) -> LifecycleReceiptId
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 LifecycleReceiptId
impl Debug for LifecycleReceiptId
Source§impl Display for LifecycleReceiptId
impl Display for LifecycleReceiptId
impl Eq for LifecycleReceiptId
Source§impl Ord for LifecycleReceiptId
impl Ord for LifecycleReceiptId
Source§fn cmp(&self, other: &LifecycleReceiptId) -> Ordering
fn cmp(&self, other: &LifecycleReceiptId) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for LifecycleReceiptId
impl PartialEq for LifecycleReceiptId
Source§impl PartialOrd for LifecycleReceiptId
impl PartialOrd for LifecycleReceiptId
impl StructuralPartialEq for LifecycleReceiptId
Auto Trait Implementations§
impl Freeze for LifecycleReceiptId
impl RefUnwindSafe for LifecycleReceiptId
impl Send for LifecycleReceiptId
impl Sync for LifecycleReceiptId
impl Unpin for LifecycleReceiptId
impl UnsafeUnpin for LifecycleReceiptId
impl UnwindSafe for LifecycleReceiptId
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