Enum prometheus_http_query::RuleType
source · [−]pub enum RuleType {
Alert,
Record,
}Expand description
A helper type to filter rules by type.
Variants
Alert
Record
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RuleType
impl UnwindSafe for RuleType
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