pub struct RolePromotionExecutionReceiptV1 {
pub role: String,
pub promotion_level: PromotionArtifactLevelV1,
pub materialization_evidence_id: Option<String>,
pub materialization_evidence_digest: Option<String>,
pub wasm_store_locator: Option<String>,
pub wasm_store_catalog_observation_digest: Option<String>,
pub role_phase_result: Option<RolePhaseResultV1>,
pub artifact_digest: Option<String>,
pub observed_module_hash_after: Option<String>,
pub canonical_embedded_config_sha256: Option<String>,
}Expand description
RolePromotionExecutionReceiptV1
Fields§
§role: String§promotion_level: PromotionArtifactLevelV1§materialization_evidence_id: Option<String>§materialization_evidence_digest: Option<String>§wasm_store_locator: Option<String>§wasm_store_catalog_observation_digest: Option<String>§role_phase_result: Option<RolePhaseResultV1>§artifact_digest: Option<String>§observed_module_hash_after: Option<String>§canonical_embedded_config_sha256: Option<String>Trait Implementations§
Source§impl Clone for RolePromotionExecutionReceiptV1
impl Clone for RolePromotionExecutionReceiptV1
Source§fn clone(&self) -> RolePromotionExecutionReceiptV1
fn clone(&self) -> RolePromotionExecutionReceiptV1
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<'de> Deserialize<'de> for RolePromotionExecutionReceiptV1
impl<'de> Deserialize<'de> for RolePromotionExecutionReceiptV1
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 RolePromotionExecutionReceiptV1
impl PartialEq for RolePromotionExecutionReceiptV1
Source§fn eq(&self, other: &RolePromotionExecutionReceiptV1) -> bool
fn eq(&self, other: &RolePromotionExecutionReceiptV1) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for RolePromotionExecutionReceiptV1
impl StructuralPartialEq for RolePromotionExecutionReceiptV1
Auto Trait Implementations§
impl Freeze for RolePromotionExecutionReceiptV1
impl RefUnwindSafe for RolePromotionExecutionReceiptV1
impl Send for RolePromotionExecutionReceiptV1
impl Sync for RolePromotionExecutionReceiptV1
impl Unpin for RolePromotionExecutionReceiptV1
impl UnsafeUnpin for RolePromotionExecutionReceiptV1
impl UnwindSafe for RolePromotionExecutionReceiptV1
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