pub enum RetryDelaySource {
RetryAfterMsHeader,
RetryAfterHeader,
ExponentialBackoff,
}Variants§
Trait Implementations§
Source§impl Clone for RetryDelaySource
impl Clone for RetryDelaySource
Source§fn clone(&self) -> RetryDelaySource
fn clone(&self) -> RetryDelaySource
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 moreSource§impl Debug for RetryDelaySource
impl Debug for RetryDelaySource
Source§impl PartialEq for RetryDelaySource
impl PartialEq for RetryDelaySource
impl Copy for RetryDelaySource
impl Eq for RetryDelaySource
impl StructuralPartialEq for RetryDelaySource
Auto Trait Implementations§
impl Freeze for RetryDelaySource
impl RefUnwindSafe for RetryDelaySource
impl Send for RetryDelaySource
impl Sync for RetryDelaySource
impl Unpin for RetryDelaySource
impl UnsafeUnpin for RetryDelaySource
impl UnwindSafe for RetryDelaySource
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