pub struct RetryBackoffLayer { /* private fields */ }
Expand description
RetryBackoffLayer
A Transport Layer that is responsible for retrying requests based on the
error type. See TransportError
.
TransportError: crate::error::TransportError
Implementations§
Trait Implementations§
Source§impl Clone for RetryBackoffLayer
impl Clone for RetryBackoffLayer
Source§fn clone(&self) -> RetryBackoffLayer
fn clone(&self) -> RetryBackoffLayer
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 RetryBackoffLayer
impl Debug for RetryBackoffLayer
Auto Trait Implementations§
impl Freeze for RetryBackoffLayer
impl RefUnwindSafe for RetryBackoffLayer
impl Send for RetryBackoffLayer
impl Sync for RetryBackoffLayer
impl Unpin for RetryBackoffLayer
impl UnwindSafe for RetryBackoffLayer
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<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)