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