Struct x509_parser::signature_algorithm::MaskGenAlgorithm
source · pub struct MaskGenAlgorithm<'a, 'b> {
pub mgf: Oid<'a>,
pub hash: Oid<'b>,
}Fields§
§mgf: Oid<'a>§hash: Oid<'b>Implementations§
Trait Implementations§
source§impl<'a, 'b> Debug for MaskGenAlgorithm<'a, 'b>
impl<'a, 'b> Debug for MaskGenAlgorithm<'a, 'b>
source§impl<'a, 'b> PartialEq<MaskGenAlgorithm<'a, 'b>> for MaskGenAlgorithm<'a, 'b>
impl<'a, 'b> PartialEq<MaskGenAlgorithm<'a, 'b>> for MaskGenAlgorithm<'a, 'b>
source§fn eq(&self, other: &MaskGenAlgorithm<'a, 'b>) -> bool
fn eq(&self, other: &MaskGenAlgorithm<'a, 'b>) -> bool
This method tests for
self and other values to be equal, and is used
by ==.