Enum prometheus_http_query::TargetState [−][src]
pub enum TargetState {
Active,
Dropped,
Any,
}
Expand description
A helper type to filter targets by state.
Variants
Active
Dropped
Any
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TargetState
impl Send for TargetState
impl Sync for TargetState
impl Unpin for TargetState
impl UnwindSafe for TargetState
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