pub struct SignatureHashAlgorithm {
pub hash: HashAlgorithm,
pub signature: SignatureAlgorithm,
}
Fields§
§hash: HashAlgorithm
§signature: SignatureAlgorithm
Trait 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 for SignatureHashAlgorithm
impl PartialEq 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 ==
.impl Copy for SignatureHashAlgorithm
impl Eq for SignatureHashAlgorithm
impl StructuralPartialEq for SignatureHashAlgorithm
Auto Trait Implementations§
impl Freeze for SignatureHashAlgorithm
impl RefUnwindSafe for SignatureHashAlgorithm
impl Send for SignatureHashAlgorithm
impl Sync for SignatureHashAlgorithm
impl Unpin for SignatureHashAlgorithm
impl UnwindSafe for SignatureHashAlgorithm
Blanket Implementations§
source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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