Struct x509_parser::x509::RelativeDistinguishedName[][src]

pub struct RelativeDistinguishedName<'a> {
    pub set: Vec<AttributeTypeAndValue<'a>>,
}

Fields

Trait Implementations

impl<'a> Debug for RelativeDistinguishedName<'a>
[src]

Formats the value using the given formatter. Read more

impl<'a> PartialEq for RelativeDistinguishedName<'a>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations