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