pub struct RoleArtifactSourceV1 {
pub role: String,
pub kind: RoleArtifactSourceKindV1,
pub locator: Option<String>,
pub previous_receipt_kind: Option<PreviousArtifactReceiptKindV1>,
pub previous_receipt_lineage_digest: Option<String>,
pub expected_wasm_sha256: Option<String>,
pub expected_wasm_gz_sha256: Option<String>,
pub expected_candid_sha256: Option<String>,
pub expected_canonical_embedded_config_sha256: Option<String>,
}Expand description
RoleArtifactSourceV1
Fields§
§role: String§kind: RoleArtifactSourceKindV1§locator: Option<String>§previous_receipt_kind: Option<PreviousArtifactReceiptKindV1>§previous_receipt_lineage_digest: Option<String>§expected_wasm_sha256: Option<String>§expected_wasm_gz_sha256: Option<String>§expected_candid_sha256: Option<String>§expected_canonical_embedded_config_sha256: Option<String>Trait Implementations§
Source§impl Clone for RoleArtifactSourceV1
impl Clone for RoleArtifactSourceV1
Source§fn clone(&self) -> RoleArtifactSourceV1
fn clone(&self) -> RoleArtifactSourceV1
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 RoleArtifactSourceV1
impl Debug for RoleArtifactSourceV1
Source§impl<'de> Deserialize<'de> for RoleArtifactSourceV1
impl<'de> Deserialize<'de> for RoleArtifactSourceV1
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 RoleArtifactSourceV1
impl PartialEq for RoleArtifactSourceV1
Source§fn eq(&self, other: &RoleArtifactSourceV1) -> bool
fn eq(&self, other: &RoleArtifactSourceV1) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for RoleArtifactSourceV1
impl Serialize for RoleArtifactSourceV1
impl Eq for RoleArtifactSourceV1
impl StructuralPartialEq for RoleArtifactSourceV1
Auto Trait Implementations§
impl Freeze for RoleArtifactSourceV1
impl RefUnwindSafe for RoleArtifactSourceV1
impl Send for RoleArtifactSourceV1
impl Sync for RoleArtifactSourceV1
impl Unpin for RoleArtifactSourceV1
impl UnsafeUnpin for RoleArtifactSourceV1
impl UnwindSafe for RoleArtifactSourceV1
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