Struct below_render::RenderOpenMetricsConfig
source · 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 copy 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 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