pub struct PromotionMaterializationOutputGroupV1 {
pub output_identity_key: String,
pub roles: Vec<String>,
pub wasm_sha256: String,
pub wasm_gz_sha256: String,
pub installed_module_hash: String,
pub candid_sha256: String,
}Expand description
PromotionMaterializationOutputGroupV1
Fields§
§output_identity_key: String§roles: Vec<String>§wasm_sha256: String§wasm_gz_sha256: String§installed_module_hash: String§candid_sha256: StringTrait Implementations§
Source§impl Clone for PromotionMaterializationOutputGroupV1
impl Clone for PromotionMaterializationOutputGroupV1
Source§fn clone(&self) -> PromotionMaterializationOutputGroupV1
fn clone(&self) -> PromotionMaterializationOutputGroupV1
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 PromotionMaterializationOutputGroupV1
impl<'de> Deserialize<'de> for PromotionMaterializationOutputGroupV1
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 PromotionMaterializationOutputGroupV1
impl PartialEq for PromotionMaterializationOutputGroupV1
Source§fn eq(&self, other: &PromotionMaterializationOutputGroupV1) -> bool
fn eq(&self, other: &PromotionMaterializationOutputGroupV1) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for PromotionMaterializationOutputGroupV1
impl StructuralPartialEq for PromotionMaterializationOutputGroupV1
Auto Trait Implementations§
impl Freeze for PromotionMaterializationOutputGroupV1
impl RefUnwindSafe for PromotionMaterializationOutputGroupV1
impl Send for PromotionMaterializationOutputGroupV1
impl Sync for PromotionMaterializationOutputGroupV1
impl Unpin for PromotionMaterializationOutputGroupV1
impl UnsafeUnpin for PromotionMaterializationOutputGroupV1
impl UnwindSafe for PromotionMaterializationOutputGroupV1
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