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