pub struct SignatureHashAlgorithm {
pub hash: HashAlgorithm,
pub signature: SignatureAlgorithm,
}Fields§
§hash: HashAlgorithm§signature: SignatureAlgorithmTrait Implementations§
source§impl Clone for SignatureHashAlgorithm
impl Clone for SignatureHashAlgorithm
source§fn clone(&self) -> SignatureHashAlgorithm
fn clone(&self) -> SignatureHashAlgorithm
Returns a copy 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 SignatureHashAlgorithm
impl Debug for SignatureHashAlgorithm
source§impl PartialEq<SignatureHashAlgorithm> for SignatureHashAlgorithm
impl PartialEq<SignatureHashAlgorithm> for SignatureHashAlgorithm
source§fn eq(&self, other: &SignatureHashAlgorithm) -> bool
fn eq(&self, other: &SignatureHashAlgorithm) -> bool
This method tests for
self and other values to be equal, and is used
by ==.