pub enum ServiceUpdateBodyParamRollbackConfigInlineItemOrderInlineItem {
StopFirst,
StartFirst,
}
Expand description
The order of operations when rolling back a task. Either the old task is shut down before the new task is started, or the new task is started before the old task is shut down.
Variants§
Trait Implementations§
source§impl Clone for ServiceUpdateBodyParamRollbackConfigInlineItemOrderInlineItem
impl Clone for ServiceUpdateBodyParamRollbackConfigInlineItemOrderInlineItem
source§fn clone(&self) -> ServiceUpdateBodyParamRollbackConfigInlineItemOrderInlineItem
fn clone(&self) -> ServiceUpdateBodyParamRollbackConfigInlineItemOrderInlineItem
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl<'de> Deserialize<'de> for ServiceUpdateBodyParamRollbackConfigInlineItemOrderInlineItem
impl<'de> Deserialize<'de> for ServiceUpdateBodyParamRollbackConfigInlineItemOrderInlineItem
source§fn deserialize<__D>(
__deserializer: __D
) -> Result<ServiceUpdateBodyParamRollbackConfigInlineItemOrderInlineItem, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D
) -> Result<ServiceUpdateBodyParamRollbackConfigInlineItemOrderInlineItem, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<ServiceUpdateBodyParamRollbackConfigInlineItemOrderInlineItem> for ServiceUpdateBodyParamRollbackConfigInlineItemOrderInlineItem
impl PartialEq<ServiceUpdateBodyParamRollbackConfigInlineItemOrderInlineItem> for ServiceUpdateBodyParamRollbackConfigInlineItemOrderInlineItem
source§fn eq(
&self,
other: &ServiceUpdateBodyParamRollbackConfigInlineItemOrderInlineItem
) -> bool
fn eq(
&self,
other: &ServiceUpdateBodyParamRollbackConfigInlineItemOrderInlineItem
) -> bool
source§impl Serialize for ServiceUpdateBodyParamRollbackConfigInlineItemOrderInlineItem
impl Serialize for ServiceUpdateBodyParamRollbackConfigInlineItemOrderInlineItem
source§fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more