pub struct RetryOnError { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for RetryOnError
impl Clone for RetryOnError
Source§fn clone(&self) -> RetryOnError
fn clone(&self) -> RetryOnError
Returns a copy 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 moreSource§impl Debug for RetryOnError
impl Debug for RetryOnError
Source§impl<Response, Error> Policy<Result<Response, Error>> for RetryOnError
impl<Response, Error> Policy<Result<Response, Error>> for RetryOnError
impl Copy for RetryOnError
Auto Trait Implementations§
impl Freeze for RetryOnError
impl RefUnwindSafe for RetryOnError
impl Send for RetryOnError
impl Sync for RetryOnError
impl Unpin for RetryOnError
impl UnwindSafe for RetryOnError
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