Enum pingora_error::RetryType
source · pub enum RetryType {
Decided(bool),
ReusedOnly,
}Expand description
Whether the request can be retried after encountering this error
Variants§
Implementations§
Trait Implementations§
source§impl PartialEq for RetryType
impl PartialEq for RetryType
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