pub struct NoBackoff;Expand description
No delay at all. For tests, and for a caller that supplies its own pacing.
Trait Implementations§
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 UnsafeUnpin 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