pub struct RolePromotionMaterializationIdentityV1 {Show 15 fields
pub role: String,
pub evidence_id: String,
pub materialization_evidence_digest: String,
pub recipe_id: String,
pub materialization_input_id: String,
pub materialization_result_id: String,
pub materialization_input_digest: String,
pub canonical_embedded_config_sha256: String,
pub network: String,
pub root_trust_anchor: String,
pub runtime_variant: String,
pub wasm_sha256: String,
pub wasm_gz_sha256: String,
pub installed_module_hash: String,
pub candid_sha256: String,
}Expand description
RolePromotionMaterializationIdentityV1
Fields§
§role: String§evidence_id: String§materialization_evidence_digest: String§recipe_id: String§materialization_input_id: String§materialization_result_id: String§materialization_input_digest: String§canonical_embedded_config_sha256: String§network: String§root_trust_anchor: String§runtime_variant: String§wasm_sha256: String§wasm_gz_sha256: String§installed_module_hash: String§candid_sha256: StringTrait Implementations§
Source§impl Clone for RolePromotionMaterializationIdentityV1
impl Clone for RolePromotionMaterializationIdentityV1
Source§fn clone(&self) -> RolePromotionMaterializationIdentityV1
fn clone(&self) -> RolePromotionMaterializationIdentityV1
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 RolePromotionMaterializationIdentityV1
impl<'de> Deserialize<'de> for RolePromotionMaterializationIdentityV1
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 RolePromotionMaterializationIdentityV1
impl PartialEq for RolePromotionMaterializationIdentityV1
Source§fn eq(&self, other: &RolePromotionMaterializationIdentityV1) -> bool
fn eq(&self, other: &RolePromotionMaterializationIdentityV1) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for RolePromotionMaterializationIdentityV1
impl StructuralPartialEq for RolePromotionMaterializationIdentityV1
Auto Trait Implementations§
impl Freeze for RolePromotionMaterializationIdentityV1
impl RefUnwindSafe for RolePromotionMaterializationIdentityV1
impl Send for RolePromotionMaterializationIdentityV1
impl Sync for RolePromotionMaterializationIdentityV1
impl Unpin for RolePromotionMaterializationIdentityV1
impl UnsafeUnpin for RolePromotionMaterializationIdentityV1
impl UnwindSafe for RolePromotionMaterializationIdentityV1
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