pub struct ExternalLifecyclePlanV1 {Show 15 fields
pub schema_version: u32,
pub lifecycle_plan_id: String,
pub lifecycle_plan_digest: String,
pub lifecycle_authority_report_id: String,
pub deployment_plan_id: String,
pub deployment_plan_digest: String,
pub inventory_id: String,
pub lifecycle_authority_rows: Vec<LifecycleAuthorityV1>,
pub directly_executable_role_upgrades: Vec<ExternalLifecycleRoleUpgradeV1>,
pub proposed_external_role_upgrades: Vec<ExternalLifecycleRoleUpgradeV1>,
pub blocked_role_upgrades: Vec<ExternalLifecycleRoleUpgradeV1>,
pub dependency_blockers: Vec<String>,
pub protected_call_implications: Vec<String>,
pub residual_exposure: Vec<String>,
pub status: ExternalLifecyclePlanStatusV1,
}Expand description
ExternalLifecyclePlanV1
Fields§
§schema_version: u32§lifecycle_plan_id: String§lifecycle_plan_digest: String§deployment_plan_id: String§deployment_plan_digest: String§inventory_id: String§directly_executable_role_upgrades: Vec<ExternalLifecycleRoleUpgradeV1>§proposed_external_role_upgrades: Vec<ExternalLifecycleRoleUpgradeV1>§blocked_role_upgrades: Vec<ExternalLifecycleRoleUpgradeV1>§dependency_blockers: Vec<String>§protected_call_implications: Vec<String>§residual_exposure: Vec<String>§status: ExternalLifecyclePlanStatusV1Trait Implementations§
Source§impl Clone for ExternalLifecyclePlanV1
impl Clone for ExternalLifecyclePlanV1
Source§fn clone(&self) -> ExternalLifecyclePlanV1
fn clone(&self) -> ExternalLifecyclePlanV1
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 ExternalLifecyclePlanV1
impl Debug for ExternalLifecyclePlanV1
Source§impl<'de> Deserialize<'de> for ExternalLifecyclePlanV1
impl<'de> Deserialize<'de> for ExternalLifecyclePlanV1
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 ExternalLifecyclePlanV1
impl PartialEq for ExternalLifecyclePlanV1
Source§fn eq(&self, other: &ExternalLifecyclePlanV1) -> bool
fn eq(&self, other: &ExternalLifecyclePlanV1) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ExternalLifecyclePlanV1
impl Serialize for ExternalLifecyclePlanV1
impl Eq for ExternalLifecyclePlanV1
impl StructuralPartialEq for ExternalLifecyclePlanV1
Auto Trait Implementations§
impl Freeze for ExternalLifecyclePlanV1
impl RefUnwindSafe for ExternalLifecyclePlanV1
impl Send for ExternalLifecyclePlanV1
impl Sync for ExternalLifecyclePlanV1
impl Unpin for ExternalLifecyclePlanV1
impl UnsafeUnpin for ExternalLifecyclePlanV1
impl UnwindSafe for ExternalLifecyclePlanV1
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