Struct nom_pem::Block [] [src]

pub struct Block<'a> {
    pub block_type: &'a str,
    pub headers: Vec<HeaderEntry<'a>>,
    pub data: Vec<u8>,
}

structure representing one PEM block

Fields

Trait Implementations

impl<'a> Debug for Block<'a>
[src]

[src]

Formats the value using the given formatter. Read more

impl<'a> PartialEq for Block<'a>
[src]

[src]

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

[src]

This method tests for !=.

impl<'a> Display for Block<'a>
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for Block<'a>

impl<'a> Sync for Block<'a>