Struct prometrics::label::Labels [] [src]

pub struct Labels(_);

A map of labels (i.e., key-value pairs).

Methods

impl Labels
[src]

[src]

Returns the number of labels contained in this map.

[src]

Returns true if this map has no labels, otherwise false.

[src]

Returns the label which has the name name.

Important traits for Iter<'a>
[src]

Returns an iterator which visiting all labels in this map.

Trait Implementations

impl Debug for Labels
[src]

[src]

Formats the value using the given formatter. Read more

impl Display for Labels
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Labels

impl Sync for Labels