Struct x509_parser::x509::AttributeTypeAndValue[][src]

pub struct AttributeTypeAndValue<'a> {
    pub attr_type: Oid,
    pub attr_value: DerObject<'a>,
}

Fields

Trait Implementations

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

Formats the value using the given formatter. Read more

impl<'a> PartialEq for AttributeTypeAndValue<'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

impl<'a> Send for AttributeTypeAndValue<'a>

impl<'a> Sync for AttributeTypeAndValue<'a>