Struct x509_parser::pem::Pem [−][src]
Representation of PEM data
Fields
label: String
The PEM label
contents: Vec<u8>
The PEM decoded data
Trait Implementations
impl PartialEq for Pem[src]
impl PartialEq for Pemfn eq(&self, other: &Pem) -> bool[src]
fn eq(&self, other: &Pem) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Pem) -> bool[src]
fn ne(&self, other: &Pem) -> boolThis method tests for !=.
impl Debug for Pem[src]
impl Debug for Pem