pub struct ExecutionAttempt(/* private fields */);Expand description
One-based attempt number for an execution boundary.
Implementations§
Trait Implementations§
Source§impl Clone for ExecutionAttempt
impl Clone for ExecutionAttempt
Source§fn clone(&self) -> ExecutionAttempt
fn clone(&self) -> ExecutionAttempt
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 ExecutionAttempt
impl Debug for ExecutionAttempt
Source§impl Hash for ExecutionAttempt
impl Hash for ExecutionAttempt
Source§impl Ord for ExecutionAttempt
impl Ord for ExecutionAttempt
Source§fn cmp(&self, other: &ExecutionAttempt) -> Ordering
fn cmp(&self, other: &ExecutionAttempt) -> 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
Source§impl PartialEq for ExecutionAttempt
impl PartialEq for ExecutionAttempt
Source§fn eq(&self, other: &ExecutionAttempt) -> bool
fn eq(&self, other: &ExecutionAttempt) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ExecutionAttempt
impl PartialOrd for ExecutionAttempt
impl Copy for ExecutionAttempt
impl Eq for ExecutionAttempt
impl StructuralPartialEq for ExecutionAttempt
Auto Trait Implementations§
impl Freeze for ExecutionAttempt
impl RefUnwindSafe for ExecutionAttempt
impl Send for ExecutionAttempt
impl Sync for ExecutionAttempt
impl Unpin for ExecutionAttempt
impl UnsafeUnpin for ExecutionAttempt
impl UnwindSafe for ExecutionAttempt
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, _span: NoopSpan) -> Self
fn instrument(self, _span: NoopSpan) -> Self
Instruments this future with a span (no-op when disabled).
Source§fn in_current_span(self) -> Self
fn in_current_span(self) -> Self
Instruments this future with the current span (no-op when disabled).