Struct luftpost::check::CheckedMeasurement [] [src]

pub struct CheckedMeasurement {
    pub measurement: Measurement,
    pub has_violations: bool,
    pub violations: Vec<Value>,
}

Fields

Trait Implementations

impl Debug for CheckedMeasurement
[src]

[src]

Formats the value using the given formatter.