Enum encryptfile::Mode [] [src]

pub enum Mode {
    Unknown,
    Encrypt,
    Decrypt,
}

The current encryption mode. Initially set to Unknown.

Variants

Trait Implementations

impl Clone for Mode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more