Struct tls_parser::SignatureAndHashAlgorithm [−][src]
pub struct SignatureAndHashAlgorithm {
pub hash: HashAlgorithm,
pub sign: SignAlgorithm,
}Fields
hash: HashAlgorithmsign: SignAlgorithmTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for SignatureAndHashAlgorithm
impl Send for SignatureAndHashAlgorithm
impl Sync for SignatureAndHashAlgorithm
impl Unpin for SignatureAndHashAlgorithm
impl UnwindSafe for SignatureAndHashAlgorithm
Blanket Implementations
Mutably borrows from an owned value. Read more