Struct podman_api_stubs::models::Health [−][src]
pub struct Health {
pub failing_streak: Option<i64>,
pub log: Option<Vec<HealthcheckResult>>,
pub status: Option<String>,
}
Expand description
Health stores information about the container’s healthcheck results
Fields
failing_streak: Option<i64>
log: Option<Vec<HealthcheckResult>>
status: Option<String>
Implementations
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 Health
impl UnwindSafe for Health
Blanket Implementations
Mutably borrows from an owned value. Read more