Enum openssl::x509::extension::KeyUsageOption[][src]

pub enum KeyUsageOption {
    DigitalSignature,
    NonRepudiation,
    KeyEncipherment,
    DataEncipherment,
    KeyAgreement,
    KeyCertSign,
    CRLSign,
    EncipherOnly,
    DecipherOnly,
}

Variants

Trait Implementations

impl Clone for KeyUsageOption
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for KeyUsageOption
[src]

impl Display for KeyUsageOption
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for KeyUsageOption

impl Sync for KeyUsageOption