Enum openssl::crypto::pkey::Parts[][src]

pub enum Parts {
    Neither,
    Public,
    Both,
}

Variants

Trait Implementations

impl Copy for Parts
[src]

impl Clone for Parts
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Parts

impl Sync for Parts