pub struct RetryOperator { /* private fields */ }Implementations§
Source§impl RetryOperator
impl RetryOperator
pub fn new(config: RetryConfig) -> Self
Trait Implementations§
Source§impl ResiliencePolicy for RetryOperator
impl ResiliencePolicy for RetryOperator
Auto Trait Implementations§
impl Freeze for RetryOperator
impl RefUnwindSafe for RetryOperator
impl Send for RetryOperator
impl Sync for RetryOperator
impl Unpin for RetryOperator
impl UnwindSafe for RetryOperator
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