pub struct PromotionPlanTransformWithMaterializationRequest {
pub promoted_plan_id: String,
pub target_plan: DeploymentPlanV1,
pub inputs: Vec<RolePromotionInputV1>,
pub materialization_evidence: Vec<BuildMaterializationEvidenceV1>,
}Expand description
PromotionPlanTransformWithMaterializationRequest
Fields§
§promoted_plan_id: String§target_plan: DeploymentPlanV1§inputs: Vec<RolePromotionInputV1>§materialization_evidence: Vec<BuildMaterializationEvidenceV1>Trait Implementations§
Source§impl Clone for PromotionPlanTransformWithMaterializationRequest
impl Clone for PromotionPlanTransformWithMaterializationRequest
Source§fn clone(&self) -> PromotionPlanTransformWithMaterializationRequest
fn clone(&self) -> PromotionPlanTransformWithMaterializationRequest
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 PromotionPlanTransformWithMaterializationRequest
impl PartialEq for PromotionPlanTransformWithMaterializationRequest
Source§fn eq(&self, other: &PromotionPlanTransformWithMaterializationRequest) -> bool
fn eq(&self, other: &PromotionPlanTransformWithMaterializationRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for PromotionPlanTransformWithMaterializationRequest
impl StructuralPartialEq for PromotionPlanTransformWithMaterializationRequest
Auto Trait Implementations§
impl Freeze for PromotionPlanTransformWithMaterializationRequest
impl RefUnwindSafe for PromotionPlanTransformWithMaterializationRequest
impl Send for PromotionPlanTransformWithMaterializationRequest
impl Sync for PromotionPlanTransformWithMaterializationRequest
impl Unpin for PromotionPlanTransformWithMaterializationRequest
impl UnsafeUnpin for PromotionPlanTransformWithMaterializationRequest
impl UnwindSafe for PromotionPlanTransformWithMaterializationRequest
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