pub struct ComponentDirectoryPublicationEvidence {
pub component: ComponentInstanceId,
pub content_hash: [u8; 32],
}Expand description
Compact proof of one exact Component Directory delivered during publication.
Fields§
§component: ComponentInstanceId§content_hash: [u8; 32]Trait Implementations§
Source§impl Clone for ComponentDirectoryPublicationEvidence
impl Clone for ComponentDirectoryPublicationEvidence
Source§fn clone(&self) -> ComponentDirectoryPublicationEvidence
fn clone(&self) -> ComponentDirectoryPublicationEvidence
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 ComponentDirectoryPublicationEvidence
impl<'de> Deserialize<'de> for ComponentDirectoryPublicationEvidence
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 ComponentDirectoryPublicationEvidence
impl StructuralPartialEq for ComponentDirectoryPublicationEvidence
Auto Trait Implementations§
impl Freeze for ComponentDirectoryPublicationEvidence
impl RefUnwindSafe for ComponentDirectoryPublicationEvidence
impl Send for ComponentDirectoryPublicationEvidence
impl Sync for ComponentDirectoryPublicationEvidence
impl Unpin for ComponentDirectoryPublicationEvidence
impl UnsafeUnpin for ComponentDirectoryPublicationEvidence
impl UnwindSafe for ComponentDirectoryPublicationEvidence
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