pub struct PromotionPlanTransformV1 {
pub schema_version: u32,
pub transform_id: String,
pub target_plan_id: String,
pub promoted_plan_id: String,
pub promoted_plan: DeploymentPlanV1,
pub roles: Vec<RolePromotionPlanTransformV1>,
}Expand description
PromotionPlanTransformV1
Fields§
§schema_version: u32§transform_id: String§target_plan_id: String§promoted_plan_id: String§promoted_plan: DeploymentPlanV1§roles: Vec<RolePromotionPlanTransformV1>Trait Implementations§
Source§impl Clone for PromotionPlanTransformV1
impl Clone for PromotionPlanTransformV1
Source§fn clone(&self) -> PromotionPlanTransformV1
fn clone(&self) -> PromotionPlanTransformV1
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PromotionPlanTransformV1
impl Debug for PromotionPlanTransformV1
Source§impl<'de> Deserialize<'de> for PromotionPlanTransformV1
impl<'de> Deserialize<'de> for PromotionPlanTransformV1
Source§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
Source§impl PartialEq for PromotionPlanTransformV1
impl PartialEq for PromotionPlanTransformV1
Source§fn eq(&self, other: &PromotionPlanTransformV1) -> bool
fn eq(&self, other: &PromotionPlanTransformV1) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for PromotionPlanTransformV1
impl Serialize for PromotionPlanTransformV1
impl Eq for PromotionPlanTransformV1
impl StructuralPartialEq for PromotionPlanTransformV1
Auto Trait Implementations§
impl Freeze for PromotionPlanTransformV1
impl RefUnwindSafe for PromotionPlanTransformV1
impl Send for PromotionPlanTransformV1
impl Sync for PromotionPlanTransformV1
impl Unpin for PromotionPlanTransformV1
impl UnsafeUnpin for PromotionPlanTransformV1
impl UnwindSafe for PromotionPlanTransformV1
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more