pub struct AttemptId(/* private fields */);Expand description
A unique identifier for an attempt within a run.
Each run may have multiple attempts (for retries). The AttemptId uniquely identifies each attempt.
Implementations§
Trait Implementations§
impl Copy for AttemptId
impl Eq for AttemptId
impl StructuralPartialEq for AttemptId
Auto Trait Implementations§
impl Freeze for AttemptId
impl RefUnwindSafe for AttemptId
impl Send for AttemptId
impl Sync for AttemptId
impl Unpin for AttemptId
impl UnsafeUnpin for AttemptId
impl UnwindSafe for AttemptId
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