Enum openssl::x509::extension::KeyUsageOption [−][src]
pub enum KeyUsageOption {
DigitalSignature,
NonRepudiation,
KeyEncipherment,
DataEncipherment,
KeyAgreement,
KeyCertSign,
CRLSign,
EncipherOnly,
DecipherOnly,
}Variants
DigitalSignatureNonRepudiationKeyEnciphermentDataEnciphermentKeyAgreementKeyCertSignCRLSignEncipherOnlyDecipherOnly
Trait Implementations
impl Clone for KeyUsageOption[src]
impl Clone for KeyUsageOptionfn clone(&self) -> KeyUsageOption[src]
fn clone(&self) -> KeyUsageOptionReturns 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 KeyUsageOptionimpl Display for KeyUsageOption[src]
impl Display for KeyUsageOptionAuto Trait Implementations
impl Send for KeyUsageOption
impl Send for KeyUsageOptionimpl Sync for KeyUsageOption
impl Sync for KeyUsageOption