pub struct RootDelegationProofBatchProofRef {
pub issuer_pid: Principal,
pub cert_hash: [u8; 32],
}Fields§
§issuer_pid: Principal§cert_hash: [u8; 32]Trait Implementations§
Source§impl Clone for RootDelegationProofBatchProofRef
impl Clone for RootDelegationProofBatchProofRef
Source§fn clone(&self) -> RootDelegationProofBatchProofRef
fn clone(&self) -> RootDelegationProofBatchProofRef
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 RootDelegationProofBatchProofRef
impl<'de> Deserialize<'de> for RootDelegationProofBatchProofRef
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 RootDelegationProofBatchProofRef
impl StructuralPartialEq for RootDelegationProofBatchProofRef
Auto Trait Implementations§
impl Freeze for RootDelegationProofBatchProofRef
impl RefUnwindSafe for RootDelegationProofBatchProofRef
impl Send for RootDelegationProofBatchProofRef
impl Sync for RootDelegationProofBatchProofRef
impl Unpin for RootDelegationProofBatchProofRef
impl UnsafeUnpin for RootDelegationProofBatchProofRef
impl UnwindSafe for RootDelegationProofBatchProofRef
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