pub struct FixedInterval { /* private fields */ }Expand description
Fixed interval backoff - returns the same duration for every retry.
Implementations§
Trait Implementations§
Source§impl Clone for FixedInterval
impl Clone for FixedInterval
Source§fn clone(&self) -> FixedInterval
fn clone(&self) -> FixedInterval
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FixedInterval
impl Debug for FixedInterval
Source§impl IntervalFunction for FixedInterval
impl IntervalFunction for FixedInterval
Auto Trait Implementations§
impl Freeze for FixedInterval
impl RefUnwindSafe for FixedInterval
impl Send for FixedInterval
impl Sync for FixedInterval
impl Unpin for FixedInterval
impl UnsafeUnpin for FixedInterval
impl UnwindSafe for FixedInterval
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