Struct pem::Pem[][src]

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

A representation of Pem-encoded data

Fields

The tag extracted from the Pem-encoded data

The binary contents of the Pem-encoded data

Trait Implementations

impl PartialEq for Pem
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for Pem
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Pem

impl Sync for Pem