Struct prometheus_http_query::response::Targets [−][src]
pub struct Targets { /* fields omitted */ }
Expand description
Collection of active and dropped targets as returned by the API.
Implementations
Get a list of currently active targets.
Get a list of dropped targets.
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for Targets
impl UnwindSafe for Targets