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