pub struct FencedDispatchId(/* private fields */);Expand description
Identity of one lease-bound durable dispatch.
Implementations§
Source§impl FencedDispatchId
impl FencedDispatchId
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 FencedDispatchId
impl Clone for FencedDispatchId
Source§fn clone(&self) -> FencedDispatchId
fn clone(&self) -> FencedDispatchId
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 FencedDispatchId
impl Debug for FencedDispatchId
Source§impl Display for FencedDispatchId
impl Display for FencedDispatchId
impl Eq for FencedDispatchId
Source§impl Ord for FencedDispatchId
impl Ord for FencedDispatchId
Source§fn cmp(&self, other: &FencedDispatchId) -> Ordering
fn cmp(&self, other: &FencedDispatchId) -> 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 FencedDispatchId
impl PartialEq for FencedDispatchId
Source§impl PartialOrd for FencedDispatchId
impl PartialOrd for FencedDispatchId
impl StructuralPartialEq for FencedDispatchId
Auto Trait Implementations§
impl Freeze for FencedDispatchId
impl RefUnwindSafe for FencedDispatchId
impl Send for FencedDispatchId
impl Sync for FencedDispatchId
impl Unpin for FencedDispatchId
impl UnsafeUnpin for FencedDispatchId
impl UnwindSafe for FencedDispatchId
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