pub struct PromotionTargetExecutionLineageV1 {
pub schema_version: u32,
pub lineage_id: String,
pub generated_at: String,
pub target_execution_lineage_digest: String,
pub transform: PromotionPlanTransformV1,
pub execution_preflight: DeploymentExecutionPreflightV1,
pub execution_attempted: bool,
}Expand description
PromotionTargetExecutionLineageV1
Fields§
§schema_version: u32§lineage_id: String§generated_at: String§target_execution_lineage_digest: String§transform: PromotionPlanTransformV1§execution_preflight: DeploymentExecutionPreflightV1§execution_attempted: boolTrait Implementations§
Source§impl Clone for PromotionTargetExecutionLineageV1
impl Clone for PromotionTargetExecutionLineageV1
Source§fn clone(&self) -> PromotionTargetExecutionLineageV1
fn clone(&self) -> PromotionTargetExecutionLineageV1
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<'de> Deserialize<'de> for PromotionTargetExecutionLineageV1
impl<'de> Deserialize<'de> for PromotionTargetExecutionLineageV1
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 PromotionTargetExecutionLineageV1
impl PartialEq for PromotionTargetExecutionLineageV1
Source§fn eq(&self, other: &PromotionTargetExecutionLineageV1) -> bool
fn eq(&self, other: &PromotionTargetExecutionLineageV1) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for PromotionTargetExecutionLineageV1
impl StructuralPartialEq for PromotionTargetExecutionLineageV1
Auto Trait Implementations§
impl Freeze for PromotionTargetExecutionLineageV1
impl RefUnwindSafe for PromotionTargetExecutionLineageV1
impl Send for PromotionTargetExecutionLineageV1
impl Sync for PromotionTargetExecutionLineageV1
impl Unpin for PromotionTargetExecutionLineageV1
impl UnsafeUnpin for PromotionTargetExecutionLineageV1
impl UnwindSafe for PromotionTargetExecutionLineageV1
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