Struct x509_parser::x509::RelativeDistinguishedName [−][src]
pub struct RelativeDistinguishedName<'a> {
pub set: Vec<AttributeTypeAndValue<'a>>,
}Fields
set: Vec<AttributeTypeAndValue<'a>>
Trait Implementations
impl<'a> Debug for RelativeDistinguishedName<'a>[src]
impl<'a> Debug for RelativeDistinguishedName<'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 RelativeDistinguishedName<'a>[src]
impl<'a> PartialEq for RelativeDistinguishedName<'a>fn eq(&self, other: &RelativeDistinguishedName<'a>) -> bool[src]
fn eq(&self, other: &RelativeDistinguishedName<'a>) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &RelativeDistinguishedName<'a>) -> bool[src]
fn ne(&self, other: &RelativeDistinguishedName<'a>) -> boolThis method tests for !=.
Auto Trait Implementations
impl<'a> Send for RelativeDistinguishedName<'a>
impl<'a> Send for RelativeDistinguishedName<'a>impl<'a> Sync for RelativeDistinguishedName<'a>
impl<'a> Sync for RelativeDistinguishedName<'a>