Enum prometheus_http_query::Group [−][src]
Expand description
A helper type that provides grouping logic for e.g. vector matching.
See the Prometheus reference for details.
Variants
Left(&'a [&'a str])
Right(&'a [&'a str])
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for Group<'a>
impl<'a> UnwindSafe for Group<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more