Enum prometheus_http_query::response::Response [−][src]
pub enum Response { Vector(Vec<Vector>), Matrix(Vec<Matrix>), Series(Vec<HashMap<String, String>>), LabelNames(Vec<String>), LabelValues(Vec<String>), Targets(Targets), }
Expand description
A wrapper for any kind of response the API returns.
Variants
Targets(Targets)
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Response
impl UnwindSafe for Response