Struct podman_api_stubs::models::HealthCheckLog [−][src]
pub struct HealthCheckLog {
pub end: Option<String>,
pub exit_code: Option<i64>,
pub output: Option<String>,
pub start: Option<String>,
}
Expand description
HealthCheckLog describes the results of a single healthcheck
Fields
end: Option<String>
exit_code: Option<i64>
output: Option<String>
start: 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 HealthCheckLog
impl Send for HealthCheckLog
impl Sync for HealthCheckLog
impl Unpin for HealthCheckLog
impl UnwindSafe for HealthCheckLog
Blanket Implementations
Mutably borrows from an owned value. Read more