Struct kube_runtime::utils::ResetTimerBackoff
source · [−]pub struct ResetTimerBackoff<B, C = SystemClock> { /* private fields */ }
Expand description
A Backoff
wrapper that resets after a fixed duration has elapsed.
Implementations
Trait Implementations
sourceimpl<B: Backoff, C: Clock> Backoff for ResetTimerBackoff<B, C>
impl<B: Backoff, C: Clock> Backoff for ResetTimerBackoff<B, C>
Auto Trait Implementations
impl<B, C> RefUnwindSafe for ResetTimerBackoff<B, C>where
B: RefUnwindSafe,
C: RefUnwindSafe,
impl<B, C> Send for ResetTimerBackoff<B, C>where
B: Send,
C: Send,
impl<B, C> Sync for ResetTimerBackoff<B, C>where
B: Sync,
C: Sync,
impl<B, C> Unpin for ResetTimerBackoff<B, C>where
B: Unpin,
C: Unpin,
impl<B, C> UnwindSafe for ResetTimerBackoff<B, C>where
B: UnwindSafe,
C: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more