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