Struct prometrics::metric::MetricFamilies [] [src]

pub struct MetricFamilies(_);

Metric families.

Methods

impl MetricFamilies
[src]

Important traits for Vec<u8>
[src]

Consumes the MetricFamilies and returns the underlying vector.

[src]

Converts to the text format.

Trait Implementations

impl Debug for MetricFamilies
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for MetricFamilies
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl AsRef<[MetricFamily]> for MetricFamilies
[src]

Important traits for &'a mut [u8]
[src]

Performs the conversion.

impl IntoIterator for MetricFamilies
[src]

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

[src]

Creates an iterator from a value. Read more

Auto Trait Implementations