pub enum ServiceCreateBodyParamUpdateConfigInlineItemOrderInlineItem {
StopFirst,
StartFirst,
}
Expand description
The order of operations when rolling out an updated 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 ServiceCreateBodyParamUpdateConfigInlineItemOrderInlineItem
impl Clone for ServiceCreateBodyParamUpdateConfigInlineItemOrderInlineItem
source§fn clone(&self) -> ServiceCreateBodyParamUpdateConfigInlineItemOrderInlineItem
fn clone(&self) -> ServiceCreateBodyParamUpdateConfigInlineItemOrderInlineItem
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 ServiceCreateBodyParamUpdateConfigInlineItemOrderInlineItem
impl<'de> Deserialize<'de> for ServiceCreateBodyParamUpdateConfigInlineItemOrderInlineItem
source§fn deserialize<__D>(
__deserializer: __D
) -> Result<ServiceCreateBodyParamUpdateConfigInlineItemOrderInlineItem, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>( __deserializer: __D ) -> Result<ServiceCreateBodyParamUpdateConfigInlineItemOrderInlineItem, <__D as Deserializer<'de>>::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<ServiceCreateBodyParamUpdateConfigInlineItemOrderInlineItem> for ServiceCreateBodyParamUpdateConfigInlineItemOrderInlineItem
impl PartialEq<ServiceCreateBodyParamUpdateConfigInlineItemOrderInlineItem> for ServiceCreateBodyParamUpdateConfigInlineItemOrderInlineItem
source§fn eq(
&self,
other: &ServiceCreateBodyParamUpdateConfigInlineItemOrderInlineItem
) -> bool
fn eq( &self, other: &ServiceCreateBodyParamUpdateConfigInlineItemOrderInlineItem ) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for ServiceCreateBodyParamUpdateConfigInlineItemOrderInlineItem
impl Serialize for ServiceCreateBodyParamUpdateConfigInlineItemOrderInlineItem
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