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 Clone for KeyUsageOption
[src]
impl Clone for KeyUsageOption
fn clone(&self) -> KeyUsageOption
[src]
fn clone(&self) -> KeyUsageOption
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Copy for KeyUsageOption
[src]
impl Copy for KeyUsageOption
impl Display for KeyUsageOption
[src]
impl Display for KeyUsageOption
Auto Trait Implementations
impl Send for KeyUsageOption
impl Send for KeyUsageOption
impl Sync for KeyUsageOption
impl Sync for KeyUsageOption