#[non_exhaustive]pub struct PrometheusLayer {}Available on crate feature
prometheus only.Expand description
A layer to support prometheus metrics
Trait Implementations§
Source§impl Debug for PrometheusLayer
impl Debug for PrometheusLayer
Source§impl Default for PrometheusLayer
impl Default for PrometheusLayer
Source§fn default() -> PrometheusLayer
fn default() -> PrometheusLayer
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PrometheusLayer
impl RefUnwindSafe for PrometheusLayer
impl Send for PrometheusLayer
impl Sync for PrometheusLayer
impl Unpin for PrometheusLayer
impl UnwindSafe for PrometheusLayer
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