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
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
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more