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