pub struct Retry<S: Sleeper, B, N, Fn, Fut> { /* private fields */ }
Expand description
Retry implementation.
Implementations§
Trait Implementations§
impl<'__pin, S: Sleeper, B, N, Fn, Fut> Unpin for Retry<S, B, N, Fn, Fut>where
PinnedFieldsOf<__Origin<'__pin, S, B, N, Fn, Fut>>: Unpin,
Auto Trait Implementations§
impl<S, B, N, Fn, Fut> Freeze for Retry<S, B, N, Fn, Fut>
impl<S, B, N, Fn, Fut> RefUnwindSafe for Retry<S, B, N, Fn, Fut>where
S: RefUnwindSafe,
B: RefUnwindSafe,
Fn: RefUnwindSafe,
Fut: RefUnwindSafe,
N: RefUnwindSafe,
<S as Sleeper>::Sleep: RefUnwindSafe,
impl<S, B, N, Fn, Fut> Send for Retry<S, B, N, Fn, Fut>
impl<S, B, N, Fn, Fut> Sync for Retry<S, B, N, Fn, Fut>
impl<S, B, N, Fn, Fut> UnwindSafe for Retry<S, B, N, Fn, Fut>where
S: UnwindSafe,
B: UnwindSafe,
Fn: UnwindSafe,
Fut: UnwindSafe,
N: UnwindSafe,
<S as Sleeper>::Sleep: UnwindSafe,
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
source§impl<F> IntoFuture for Fwhere
F: Future,
impl<F> IntoFuture for Fwhere
F: Future,
§type IntoFuture = F
type IntoFuture = F
Which kind of future are we turning this into?
source§fn into_future(self) -> <F as IntoFuture>::IntoFuture
fn into_future(self) -> <F as IntoFuture>::IntoFuture
Creates a future from a value. Read more