pub struct RolePromotionPlanTransformV1 {Show 18 fields
pub role: String,
pub promotion_level: PromotionArtifactLevelV1,
pub source_kind: RoleArtifactSourceKindV1,
pub source_locator: Option<String>,
pub artifact_source_before: ArtifactSourceV1,
pub artifact_source_after: ArtifactSourceV1,
pub wasm_sha256_before: Option<String>,
pub wasm_sha256_after: Option<String>,
pub wasm_gz_sha256_before: Option<String>,
pub wasm_gz_sha256_after: Option<String>,
pub candid_sha256_before: Option<String>,
pub candid_sha256_after: Option<String>,
pub canonical_embedded_config_sha256_before: Option<String>,
pub canonical_embedded_config_sha256_after: Option<String>,
pub artifact_identity_changed: bool,
pub embedded_config_changed: bool,
pub target_materialization_preserved: bool,
pub source_build_materialization: Option<RolePromotionMaterializationLinkV1>,
}Expand description
RolePromotionPlanTransformV1
Fields§
§role: String§promotion_level: PromotionArtifactLevelV1§source_kind: RoleArtifactSourceKindV1§source_locator: Option<String>§artifact_source_before: ArtifactSourceV1§artifact_source_after: ArtifactSourceV1§wasm_sha256_before: Option<String>§wasm_sha256_after: Option<String>§wasm_gz_sha256_before: Option<String>§wasm_gz_sha256_after: Option<String>§candid_sha256_before: Option<String>§candid_sha256_after: Option<String>§canonical_embedded_config_sha256_before: Option<String>§canonical_embedded_config_sha256_after: Option<String>§artifact_identity_changed: bool§embedded_config_changed: bool§target_materialization_preserved: bool§source_build_materialization: Option<RolePromotionMaterializationLinkV1>Trait Implementations§
Source§impl Clone for RolePromotionPlanTransformV1
impl Clone for RolePromotionPlanTransformV1
Source§fn clone(&self) -> RolePromotionPlanTransformV1
fn clone(&self) -> RolePromotionPlanTransformV1
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 RolePromotionPlanTransformV1
impl Debug for RolePromotionPlanTransformV1
Source§impl<'de> Deserialize<'de> for RolePromotionPlanTransformV1
impl<'de> Deserialize<'de> for RolePromotionPlanTransformV1
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 RolePromotionPlanTransformV1
impl PartialEq for RolePromotionPlanTransformV1
Source§fn eq(&self, other: &RolePromotionPlanTransformV1) -> bool
fn eq(&self, other: &RolePromotionPlanTransformV1) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for RolePromotionPlanTransformV1
impl StructuralPartialEq for RolePromotionPlanTransformV1
Auto Trait Implementations§
impl Freeze for RolePromotionPlanTransformV1
impl RefUnwindSafe for RolePromotionPlanTransformV1
impl Send for RolePromotionPlanTransformV1
impl Sync for RolePromotionPlanTransformV1
impl Unpin for RolePromotionPlanTransformV1
impl UnsafeUnpin for RolePromotionPlanTransformV1
impl UnwindSafe for RolePromotionPlanTransformV1
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