Enum sardine::Cipher[][src]

pub enum Cipher {
    AES256,
    ChaCha20,
    XChaCha20,
}

Variants

Methods

impl Cipher
[src]

Trait Implementations

impl Clone for Cipher
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Cipher
[src]

impl Eq for Cipher
[src]

impl PartialEq for Cipher
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for Cipher

impl Sync for Cipher