pub struct NoBackoff;
Expand description
No backoff. This will make the future be retried immediately without any delay in between attempts.
Trait Implementations§
source§impl<'a, E> BackoffStrategy<'a, E> for NoBackoff
impl<'a, E> BackoffStrategy<'a, E> for NoBackoff
impl Copy for NoBackoff
Auto Trait Implementations§
impl Freeze for NoBackoff
impl RefUnwindSafe for NoBackoff
impl Send for NoBackoff
impl Sync for NoBackoff
impl Unpin for NoBackoff
impl UnwindSafe for NoBackoff
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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)