pub enum ProviderRetryClass {
Retryable,
Permanent,
}Expand description
Retry category for remote provider failures.
Variants§
Trait Implementations§
Source§impl Clone for ProviderRetryClass
impl Clone for ProviderRetryClass
Source§fn clone(&self) -> ProviderRetryClass
fn clone(&self) -> ProviderRetryClass
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ProviderRetryClass
impl Debug for ProviderRetryClass
Source§impl PartialEq for ProviderRetryClass
impl PartialEq for ProviderRetryClass
Source§fn eq(&self, other: &ProviderRetryClass) -> bool
fn eq(&self, other: &ProviderRetryClass) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ProviderRetryClass
impl Eq for ProviderRetryClass
impl StructuralPartialEq for ProviderRetryClass
Auto Trait Implementations§
impl Freeze for ProviderRetryClass
impl RefUnwindSafe for ProviderRetryClass
impl Send for ProviderRetryClass
impl Sync for ProviderRetryClass
impl Unpin for ProviderRetryClass
impl UnsafeUnpin for ProviderRetryClass
impl UnwindSafe for ProviderRetryClass
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§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.