Struct x509_parser::x509::X509Extension[][src]

pub struct X509Extension<'a> {
    pub oid: Oid,
    pub critical: bool,
    pub value: &'a [u8],
}

Fields

Trait Implementations

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

Formats the value using the given formatter. Read more

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

impl<'a> Sync for X509Extension<'a>