pub struct ConstantTimeBackoff { /* private fields */ }Trait Implementations§
source§impl BackoffStrategy for ConstantTimeBackoff
impl BackoffStrategy for ConstantTimeBackoff
fn add_failure(&mut self)
fn next_backoff(&self) -> Duration
Auto Trait Implementations§
impl Freeze for ConstantTimeBackoff
impl RefUnwindSafe for ConstantTimeBackoff
impl Send for ConstantTimeBackoff
impl Sync for ConstantTimeBackoff
impl Unpin for ConstantTimeBackoff
impl UnwindSafe for ConstantTimeBackoff
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