pub struct RetryBlocking<T> { /* private fields */ }
Implementationsยง
Trait Implementationsยง
Sourceยงimpl<T: BlockingTransport> BlockingTransport for RetryBlocking<T>
impl<T: BlockingTransport> BlockingTransport for RetryBlocking<T>
Sourceยงimpl<T: Clone> Clone for RetryBlocking<T>
impl<T: Clone> Clone for RetryBlocking<T>
Sourceยงfn clone(&self) -> RetryBlocking<T>
fn clone(&self) -> RetryBlocking<T>
Returns a duplicate of the value. Read more
1.0.0 ยท Sourceยงfn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementationsยง
impl<T> Freeze for RetryBlocking<T>where
T: Freeze,
impl<T> RefUnwindSafe for RetryBlocking<T>where
T: RefUnwindSafe,
impl<T> Send for RetryBlocking<T>where
T: Send,
impl<T> Sync for RetryBlocking<T>where
T: Sync,
impl<T> Unpin for RetryBlocking<T>where
T: Unpin,
impl<T> UnwindSafe for RetryBlocking<T>where
T: 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