pub struct WithRetry { /* private fields */ }Implementations§
Source§impl WithRetry
impl WithRetry
pub fn new(inner: CallableHandle, policy: RetryPolicy) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WithRetry
impl !RefUnwindSafe for WithRetry
impl Send for WithRetry
impl Sync for WithRetry
impl Unpin for WithRetry
impl UnsafeUnpin for WithRetry
impl !UnwindSafe for WithRetry
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