pub struct HostCapabilityContractRef {Show 18 fields
pub publisher_id: String,
pub contract_id: String,
pub contract_version: String,
pub artifact_ref: String,
pub artifact_sha256: String,
pub manifest_ref: String,
pub manifest_sha256: String,
pub signature_ref: String,
pub signature_sha256: String,
pub signature_key_id: String,
pub signature_policy_epoch: String,
pub signature_revocation_epoch: String,
pub compatibility_ref: String,
pub compatibility_sha256: String,
pub generated_client_ref: String,
pub generated_client_sha256: String,
pub notices_ref: String,
pub notices_sha256: String,
}Fields§
§publisher_id: String§contract_id: String§contract_version: String§artifact_ref: String§artifact_sha256: String§manifest_ref: String§manifest_sha256: String§signature_ref: String§signature_sha256: String§signature_key_id: String§signature_policy_epoch: String§signature_revocation_epoch: String§compatibility_ref: String§compatibility_sha256: String§generated_client_ref: String§generated_client_sha256: String§notices_ref: String§notices_sha256: StringTrait Implementations§
Source§impl Clone for HostCapabilityContractRef
impl Clone for HostCapabilityContractRef
Source§fn clone(&self) -> HostCapabilityContractRef
fn clone(&self) -> HostCapabilityContractRef
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 HostCapabilityContractRef
impl Debug for HostCapabilityContractRef
Source§impl<'de> Deserialize<'de> for HostCapabilityContractRef
impl<'de> Deserialize<'de> for HostCapabilityContractRef
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
impl Eq for HostCapabilityContractRef
impl StructuralPartialEq for HostCapabilityContractRef
Auto Trait Implementations§
impl Freeze for HostCapabilityContractRef
impl RefUnwindSafe for HostCapabilityContractRef
impl Send for HostCapabilityContractRef
impl Sync for HostCapabilityContractRef
impl Unpin for HostCapabilityContractRef
impl UnsafeUnpin for HostCapabilityContractRef
impl UnwindSafe for HostCapabilityContractRef
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