Enum nom_pem::HeaderEntry [] [src]

pub enum HeaderEntry<'a> {
    ProcType(u8ProcTypeType),
    DEKInfo(RFC1423AlgorithmVec<u8>),
    Entry(&'a strVec<String>),
}

Variants

Trait Implementations

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

[src]

Formats the value using the given formatter.

impl<'a> PartialEq for HeaderEntry<'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 HeaderEntry<'a>
[src]

[src]

Formats the value using the given formatter. Read more