pub struct PrometheusExporterConfig { /* private fields */ }
Expand description
Configuration of a Prometheus exporter.
Implementations§
Source§impl PrometheusExporterConfig
impl PrometheusExporterConfig
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PrometheusExporterConfig
impl RefUnwindSafe for PrometheusExporterConfig
impl Send for PrometheusExporterConfig
impl Sync for PrometheusExporterConfig
impl Unpin for PrometheusExporterConfig
impl UnwindSafe for PrometheusExporterConfig
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