pub struct PrometheusAxumLayer;
Implementations§
Trait Implementations§
Source§impl Clone for PrometheusAxumLayer
impl Clone for PrometheusAxumLayer
Source§fn clone(&self) -> PrometheusAxumLayer
fn clone(&self) -> PrometheusAxumLayer
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 Default for PrometheusAxumLayer
impl Default for PrometheusAxumLayer
Auto Trait Implementations§
impl Freeze for PrometheusAxumLayer
impl RefUnwindSafe for PrometheusAxumLayer
impl Send for PrometheusAxumLayer
impl Sync for PrometheusAxumLayer
impl Unpin for PrometheusAxumLayer
impl UnwindSafe for PrometheusAxumLayer
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