Struct x509_parser::x509::X509Name [−][src]
pub struct X509Name<'a> {
pub rdn_seq: Vec<RelativeDistinguishedName<'a>>,
}Fields
rdn_seq: Vec<RelativeDistinguishedName<'a>>
Trait Implementations
impl<'a> Debug for X509Name<'a>[src]
impl<'a> Debug for X509Name<'a>fn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl<'a> PartialEq for X509Name<'a>[src]
impl<'a> PartialEq for X509Name<'a>fn eq(&self, other: &X509Name<'a>) -> bool[src]
fn eq(&self, other: &X509Name<'a>) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &X509Name<'a>) -> bool[src]
fn ne(&self, other: &X509Name<'a>) -> boolThis method tests for !=.
impl<'a> Display for X509Name<'a>[src]
impl<'a> Display for X509Name<'a>