pub enum RetryType {
Decided(bool),
ReusedOnly,
}Expand description
Whether the request can be retried after encountering this error
Variants§
Implementations§
Trait Implementations§
impl Copy for RetryType
impl Eq for RetryType
impl StructuralPartialEq for RetryType
Auto Trait Implementations§
impl Freeze for RetryType
impl RefUnwindSafe for RetryType
impl Send for RetryType
impl Sync for RetryType
impl Unpin for RetryType
impl UnwindSafe for RetryType
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