pub struct RefreshMetrics { /* private fields */ }Expand description
Thread-safe counters for refresh attempts.
Implementations§
Trait Implementations§
Source§impl Debug for RefreshMetrics
impl Debug for RefreshMetrics
Source§impl Default for RefreshMetrics
impl Default for RefreshMetrics
Source§fn default() -> RefreshMetrics
fn default() -> RefreshMetrics
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for RefreshMetrics
impl RefUnwindSafe for RefreshMetrics
impl Send for RefreshMetrics
impl Sync for RefreshMetrics
impl Unpin for RefreshMetrics
impl UnwindSafe for RefreshMetrics
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