Struct docker_api::service::UpdateConfig [−][src]
pub struct UpdateConfig { pub parallelism: u64, pub delay: u64, pub failure_action: String, pub monitor: u64, pub max_failure_ratio: usize, pub order: String, }
Fields
parallelism: u64
delay: u64
failure_action: String
monitor: u64
max_failure_ratio: usize
order: String
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 UpdateConfig
impl Send for UpdateConfig
impl Sync for UpdateConfig
impl Unpin for UpdateConfig
impl UnwindSafe for UpdateConfig
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more