Struct prom::Desc [] [src]

pub struct Desc {
    pub fq_name: String,
    pub help: String,
    pub const_label_pairs: Vec<LabelPair>,
    pub variable_labels: Vec<String>,
    pub id: u64,
    pub dim_hash: u64,
}

Fields

Methods

impl Desc
[src]

Trait Implementations

impl Clone for Desc
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Desc
[src]

Formats the value using the given formatter.