pub struct SignatureAndHashAlgorithm {
pub hash: HashAlgorithm,
pub sign: SignAlgorithm,
}
Fields§
§hash: HashAlgorithm
§sign: SignAlgorithm
Trait Implementations§
Source§impl Clone for SignatureAndHashAlgorithm
impl Clone for SignatureAndHashAlgorithm
Source§fn clone(&self) -> SignatureAndHashAlgorithm
fn clone(&self) -> SignatureAndHashAlgorithm
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 SignatureAndHashAlgorithm
impl Debug for SignatureAndHashAlgorithm
Source§impl Display for SignatureAndHashAlgorithm
impl Display for SignatureAndHashAlgorithm
Source§impl<'nom> Parse<&'nom [u8]> for SignatureAndHashAlgorithm
impl<'nom> Parse<&'nom [u8]> for SignatureAndHashAlgorithm
impl StructuralPartialEq for SignatureAndHashAlgorithm
Auto Trait Implementations§
impl Freeze for SignatureAndHashAlgorithm
impl RefUnwindSafe for SignatureAndHashAlgorithm
impl Send for SignatureAndHashAlgorithm
impl Sync for SignatureAndHashAlgorithm
impl Unpin for SignatureAndHashAlgorithm
impl UnwindSafe for SignatureAndHashAlgorithm
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