pub struct Retry<P> { /* private fields */ }Expand description
Retry middleware
Retry middleware allows to retry service call
Implementations§
Trait Implementations§
Source§impl<P: Clone, S> Middleware<S> for Retry<P>
impl<P: Clone, S> Middleware<S> for Retry<P>
Auto Trait Implementations§
impl<P> Freeze for Retry<P>where
P: Freeze,
impl<P> RefUnwindSafe for Retry<P>where
P: RefUnwindSafe,
impl<P> Send for Retry<P>where
P: Send,
impl<P> Sync for Retry<P>where
P: Sync,
impl<P> Unpin for Retry<P>where
P: Unpin,
impl<P> UnwindSafe for Retry<P>where
P: UnwindSafe,
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)