pub struct ProviderErrorMetrics {
pub status_429: u32,
pub status_500: u32,
pub status_503: u32,
pub status_504: u32,
}Fields§
§status_429: u32§status_500: u32§status_503: u32§status_504: u32Trait Implementations§
Source§impl Clone for ProviderErrorMetrics
impl Clone for ProviderErrorMetrics
Source§fn clone(&self) -> ProviderErrorMetrics
fn clone(&self) -> ProviderErrorMetrics
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 ProviderErrorMetrics
impl Debug for ProviderErrorMetrics
Source§impl Default for ProviderErrorMetrics
impl Default for ProviderErrorMetrics
Source§fn default() -> ProviderErrorMetrics
fn default() -> ProviderErrorMetrics
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ProviderErrorMetrics
impl<'de> Deserialize<'de> for ProviderErrorMetrics
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for ProviderErrorMetrics
impl RefUnwindSafe for ProviderErrorMetrics
impl Send for ProviderErrorMetrics
impl Sync for ProviderErrorMetrics
impl Unpin for ProviderErrorMetrics
impl UnsafeUnpin for ProviderErrorMetrics
impl UnwindSafe for ProviderErrorMetrics
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