pub struct ProofVerificationHashDto(pub [u8; 16]);
Expand description
Proof verification hash.
Tuple Fields§
§0: [u8; 16]
Implementations§
Source§impl ProofVerificationHashDto
impl ProofVerificationHashDto
pub const LENGTH: usize = 16usize
Sourcepub fn get_proof_verification_hash(&self) -> [u8; 16]
pub fn get_proof_verification_hash(&self) -> [u8; 16]
Sourcepub fn serializer(&self) -> Vec<u8> ⓘ
pub fn serializer(&self) -> Vec<u8> ⓘ
Sourcepub fn from_binary(src: &[u8]) -> Self
pub fn from_binary(src: &[u8]) -> Self
Trait Implementations§
Source§impl Clone for ProofVerificationHashDto
impl Clone for ProofVerificationHashDto
Source§fn clone(&self) -> ProofVerificationHashDto
fn clone(&self) -> ProofVerificationHashDto
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 ProofVerificationHashDto
impl Debug for ProofVerificationHashDto
impl Copy for ProofVerificationHashDto
Auto Trait Implementations§
impl Freeze for ProofVerificationHashDto
impl RefUnwindSafe for ProofVerificationHashDto
impl Send for ProofVerificationHashDto
impl Sync for ProofVerificationHashDto
impl Unpin for ProofVerificationHashDto
impl UnwindSafe for ProofVerificationHashDto
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