pub struct PrometheusMetricsHandler { /* private fields */ }
Available on crate features
metrics-prometheus
and metrics
only.Expand description
Prometheus request metrics service
Implementations§
Trait Implementations§
Source§impl Clone for PrometheusMetricsHandler
impl Clone for PrometheusMetricsHandler
Source§fn clone(&self) -> PrometheusMetricsHandler
fn clone(&self) -> PrometheusMetricsHandler
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 PrometheusMetricsHandler
impl Debug for PrometheusMetricsHandler
Auto Trait Implementations§
impl Freeze for PrometheusMetricsHandler
impl !RefUnwindSafe for PrometheusMetricsHandler
impl Send for PrometheusMetricsHandler
impl Sync for PrometheusMetricsHandler
impl Unpin for PrometheusMetricsHandler
impl !UnwindSafe for PrometheusMetricsHandler
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