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