Enum nom_pem::RFC1423Algorithm [] [src]

#[repr(u8)]
pub enum RFC1423Algorithm { DES_CBC, DES_EDE3_CBC, AES_128_CBC, AES_192_CBC, AES_256_CBC, }

Variants

Methods

impl RFC1423Algorithm
[src]

[src]

[src]

Trait Implementations

impl Debug for RFC1423Algorithm
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for RFC1423Algorithm
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Display for RFC1423Algorithm
[src]

[src]

Formats the value using the given formatter. Read more