Struct docker_compose_types::Healthcheck [−][src]
pub struct Healthcheck {
pub test: Option<HealthcheckTest>,
pub interval: Option<String>,
pub timeout: Option<String>,
pub retries: i64,
pub disable: bool,
}Fields
test: Option<HealthcheckTest>interval: Option<String>timeout: Option<String>retries: i64disable: boolTrait 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 Healthcheckimpl Send for Healthcheckimpl Sync for Healthcheckimpl Unpin for Healthcheckimpl UnwindSafe for HealthcheckBlanket Implementations
Mutably borrows from an owned value. Read more