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

pub enum Parts {
    Neither,
    Public,
    Both,
}

Variants

Trait Implementations

impl Clone for Parts
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Parts
[src]