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