pub struct PerformerReceiptId(/* private fields */);Expand description
Identity of a raw performer acknowledgement.
Implementations§
Source§impl PerformerReceiptId
impl PerformerReceiptId
Sourcepub const fn content_id(&self) -> &ContentId
pub const fn content_id(&self) -> &ContentId
Borrows the receipt’s semantic content identity.
Trait Implementations§
Source§impl Clone for PerformerReceiptId
impl Clone for PerformerReceiptId
Source§fn clone(&self) -> PerformerReceiptId
fn clone(&self) -> PerformerReceiptId
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 PerformerReceiptId
impl Debug for PerformerReceiptId
impl Eq for PerformerReceiptId
Source§impl Ord for PerformerReceiptId
impl Ord for PerformerReceiptId
Source§fn cmp(&self, other: &PerformerReceiptId) -> Ordering
fn cmp(&self, other: &PerformerReceiptId) -> 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 PerformerReceiptId
impl PartialEq for PerformerReceiptId
Source§impl PartialOrd for PerformerReceiptId
impl PartialOrd for PerformerReceiptId
impl StructuralPartialEq for PerformerReceiptId
Auto Trait Implementations§
impl Freeze for PerformerReceiptId
impl RefUnwindSafe for PerformerReceiptId
impl Send for PerformerReceiptId
impl Sync for PerformerReceiptId
impl Unpin for PerformerReceiptId
impl UnsafeUnpin for PerformerReceiptId
impl UnwindSafe for PerformerReceiptId
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