Struct pem::Pem
[−]
[src]
pub struct Pem {
pub tag: String,
pub contents: Vec<u8>,
}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]
fn eq(&self, __arg_0: &Pem) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Pem) -> bool
This method tests for !=.