Struct podman_api_stubs::models::HealthCheckResults [−][src]
pub struct HealthCheckResults {
pub failing_streak: Option<i64>,
pub log: Option<Vec<HealthCheckLog>>,
pub status: Option<String>,
}
Expand description
HealthCheckResults describes the results/logs from a healthcheck
Fields
failing_streak: Option<i64>
log: Option<Vec<HealthCheckLog>>
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
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for HealthCheckResults
impl Send for HealthCheckResults
impl Sync for HealthCheckResults
impl Unpin for HealthCheckResults
impl UnwindSafe for HealthCheckResults
Blanket Implementations
Mutably borrows from an owned value. Read more