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