pub struct ProofCertId(pub u64);Expand description
Unique identifier for a proof certificate.
Tuple Fields§
§0: u64Implementations§
Trait Implementations§
Source§impl Clone for ProofCertId
impl Clone for ProofCertId
Source§fn clone(&self) -> ProofCertId
fn clone(&self) -> ProofCertId
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ProofCertId
impl Debug for ProofCertId
Source§impl Display for ProofCertId
impl Display for ProofCertId
Source§impl Hash for ProofCertId
impl Hash for ProofCertId
Source§impl PartialEq for ProofCertId
impl PartialEq for ProofCertId
impl Copy for ProofCertId
impl Eq for ProofCertId
impl StructuralPartialEq for ProofCertId
Auto Trait Implementations§
impl Freeze for ProofCertId
impl RefUnwindSafe for ProofCertId
impl Send for ProofCertId
impl Sync for ProofCertId
impl Unpin for ProofCertId
impl UnsafeUnpin for ProofCertId
impl UnwindSafe for ProofCertId
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