Enum prometheus_http_query::TargetState [−][src]
pub enum TargetState { Active, Dropped, Any, }
Expand description
A helper type to filter targets by state.
Variants
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