Struct x509_parser::x509::X509Name[][src]

pub struct X509Name<'a> {
    pub rdn_seq: Vec<RelativeDistinguishedName<'a>>,
}

Fields

Trait Implementations

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

Formats the value using the given formatter. Read more

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

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

This method tests for !=.

impl<'a> Display for X509Name<'a>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for X509Name<'a>

impl<'a> Sync for X509Name<'a>