pub struct RenderOpenMetricsConfig { /* private fields */ }
Expand description
Configuration for rendering fields in OpenMetrics format.
See the OpenMetrics spec for more details: https://github.com/OpenObservability/OpenMetrics/blob/main/specification/OpenMetrics.md
Implementations§
Trait Implementations§
Source§impl Clone for RenderOpenMetricsConfig
impl Clone for RenderOpenMetricsConfig
Source§fn clone(&self) -> RenderOpenMetricsConfig
fn clone(&self) -> RenderOpenMetricsConfig
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 moreAuto Trait Implementations§
impl Freeze for RenderOpenMetricsConfig
impl RefUnwindSafe for RenderOpenMetricsConfig
impl Send for RenderOpenMetricsConfig
impl Sync for RenderOpenMetricsConfig
impl Unpin for RenderOpenMetricsConfig
impl UnwindSafe for RenderOpenMetricsConfig
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