Enum retry_policies::RetryDecision
source · [−]Expand description
Outcome of evaluating a retry policy for a failed task.
Variants
Retry
Retry after the specified timestamp.
DoNotRetry
Give up.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RetryDecision
impl Send for RetryDecision
impl Sync for RetryDecision
impl Unpin for RetryDecision
impl UnwindSafe for RetryDecision
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