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