Struct x509_parser::pem::Pem[][src]

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

Representation of PEM data

Fields

The PEM label

The PEM decoded 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