Struct pem::Pem [] [src]

pub struct Pem {
    pub tag: String,
    pub contents: Vec<u8>,
}

A representation of Pem-encoded data

Fields

tag

The tag extracted from the Pem-encoded data

contents

The binary contents of the Pem-encoded data

Trait Implementations

Derived Implementations

impl Debug for Pem

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl PartialEq for Pem

fn eq(&self, __arg_0: &Pem) -> bool

fn ne(&self, __arg_0: &Pem) -> bool