Struct apalis_core::layers::prometheus::PrometheusLayer
source · 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<S> Layer<S> for PrometheusLayer
impl<S> Layer<S> for PrometheusLayer
Auto Trait Implementations§
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