pub struct IcChainKeyBatchSignatureProofV1 {
pub header: ChainKeyBatchHeaderV1,
pub delegation_cert: ChainKeyDelegationCertV1,
pub issuer_witness: ChainKeyBatchWitnessV1,
pub signature: ChainKeyRootSignatureV1,
}Fields§
§header: ChainKeyBatchHeaderV1§delegation_cert: ChainKeyDelegationCertV1§issuer_witness: ChainKeyBatchWitnessV1§signature: ChainKeyRootSignatureV1Trait Implementations§
Source§impl Clone for IcChainKeyBatchSignatureProofV1
impl Clone for IcChainKeyBatchSignatureProofV1
Source§fn clone(&self) -> IcChainKeyBatchSignatureProofV1
fn clone(&self) -> IcChainKeyBatchSignatureProofV1
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 IcChainKeyBatchSignatureProofV1
impl<'de> Deserialize<'de> for IcChainKeyBatchSignatureProofV1
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 IcChainKeyBatchSignatureProofV1
Source§impl PartialEq for IcChainKeyBatchSignatureProofV1
impl PartialEq for IcChainKeyBatchSignatureProofV1
Source§fn eq(&self, other: &IcChainKeyBatchSignatureProofV1) -> bool
fn eq(&self, other: &IcChainKeyBatchSignatureProofV1) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for IcChainKeyBatchSignatureProofV1
Auto Trait Implementations§
impl Freeze for IcChainKeyBatchSignatureProofV1
impl RefUnwindSafe for IcChainKeyBatchSignatureProofV1
impl Send for IcChainKeyBatchSignatureProofV1
impl Sync for IcChainKeyBatchSignatureProofV1
impl Unpin for IcChainKeyBatchSignatureProofV1
impl UnsafeUnpin for IcChainKeyBatchSignatureProofV1
impl UnwindSafe for IcChainKeyBatchSignatureProofV1
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