pub struct SmartRetryExecutor { /* private fields */ }
Expand description
智能重试执行器,根据错误类型决定是否重试
Implementations§
Auto Trait Implementations§
impl Freeze for SmartRetryExecutor
impl RefUnwindSafe for SmartRetryExecutor
impl Send for SmartRetryExecutor
impl Sync for SmartRetryExecutor
impl Unpin for SmartRetryExecutor
impl UnwindSafe for SmartRetryExecutor
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