pub struct AttemptBound(/* private fields */);Expand description
One attempt derived from an owning operation at the instant that attempt begins. Its optional cap and the owner’s then-remaining time share one clock; work performed before the final wait cannot restart either value.
Implementations§
Source§impl AttemptBound
impl AttemptBound
Auto Trait Implementations§
impl Freeze for AttemptBound
impl RefUnwindSafe for AttemptBound
impl Send for AttemptBound
impl Sync for AttemptBound
impl Unpin for AttemptBound
impl UnsafeUnpin for AttemptBound
impl UnwindSafe for AttemptBound
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