Enum openssl::x509::extension::KeyUsageOption
[−]
[src]
pub enum KeyUsageOption { DigitalSignature, NonRepudiation, KeyEncipherment, DataEncipherment, KeyAgreement, KeyCertSign, CRLSign, EncipherOnly, DecipherOnly, }
Variants
DigitalSignature | ||
NonRepudiation | ||
KeyEncipherment | ||
DataEncipherment | ||
KeyAgreement | ||
KeyCertSign | ||
CRLSign | ||
EncipherOnly | ||
DecipherOnly |
Trait Implementations
impl Display for KeyUsageOption
[src]
Derived Implementations
impl Copy for KeyUsageOption
[src]
impl Clone for KeyUsageOption
[src]
fn clone(&self) -> KeyUsageOption
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more