pub struct RootDelegationProofBatchProof {
pub issuer_pid: Principal,
pub cert_hash: [u8; 32],
pub proof: DelegationProof,
}Fields§
§issuer_pid: Principal§cert_hash: [u8; 32]§proof: DelegationProofTrait Implementations§
Source§impl Clone for RootDelegationProofBatchProof
impl Clone for RootDelegationProofBatchProof
Source§fn clone(&self) -> RootDelegationProofBatchProof
fn clone(&self) -> RootDelegationProofBatchProof
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 RootDelegationProofBatchProof
impl<'de> Deserialize<'de> for RootDelegationProofBatchProof
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 RootDelegationProofBatchProof
Source§impl PartialEq for RootDelegationProofBatchProof
impl PartialEq for RootDelegationProofBatchProof
Source§fn eq(&self, other: &RootDelegationProofBatchProof) -> bool
fn eq(&self, other: &RootDelegationProofBatchProof) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RootDelegationProofBatchProof
Auto Trait Implementations§
impl Freeze for RootDelegationProofBatchProof
impl RefUnwindSafe for RootDelegationProofBatchProof
impl Send for RootDelegationProofBatchProof
impl Sync for RootDelegationProofBatchProof
impl Unpin for RootDelegationProofBatchProof
impl UnsafeUnpin for RootDelegationProofBatchProof
impl UnwindSafe for RootDelegationProofBatchProof
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