Struct promql::LabelMatch [] [src]

pub struct LabelMatch {
    pub name: String,
    pub op: LabelMatchOp,
    pub value: String,
}

Single label filter.

Fields

Trait Implementations

impl Debug for LabelMatch
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for LabelMatch
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.