pub struct OperationRetryer { /* private fields */ }
Expand description
A helper to retry an operation with transient error and timeout.
Implementations§
Source§impl OperationRetryer
impl OperationRetryer
pub fn builder() -> OperationRetryerBuilder
Auto Trait Implementations§
impl Freeze for OperationRetryer
impl !RefUnwindSafe for OperationRetryer
impl Send for OperationRetryer
impl Sync for OperationRetryer
impl Unpin for OperationRetryer
impl !UnwindSafe for OperationRetryer
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