pub struct HTTPMetricsLayer { /* private fields */ }
Expand description
Layer
which applies the OTEL HTTP server metrics middleware
Trait Implementations§
Source§impl Clone for HTTPMetricsLayer
impl Clone for HTTPMetricsLayer
Source§fn clone(&self) -> HTTPMetricsLayer
fn clone(&self) -> HTTPMetricsLayer
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for HTTPMetricsLayer
impl !RefUnwindSafe for HTTPMetricsLayer
impl Send for HTTPMetricsLayer
impl Sync for HTTPMetricsLayer
impl Unpin for HTTPMetricsLayer
impl !UnwindSafe for HTTPMetricsLayer
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