Struct pem::Pem [−][src]
A representation of Pem-encoded data
Fields
tag: String
The tag extracted from the Pem-encoded data
contents: Vec<u8>
The binary contents of the Pem-encoded 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