Struct gpgme::ops::KeyGenerateResult [] [src]

pub struct KeyGenerateResult {
    // some fields omitted
}

Methods

impl KeyGenerateResult

fn has_primary_key(&self) -> bool

fn has_sub_key(&self) -> bool

fn fingerprint(&self) -> StrResult

Trait Implementations

impl Drop for KeyGenerateResult

fn drop(&mut self)

impl Clone for KeyGenerateResult

fn clone(&self) -> KeyGenerateResult

1.0.0fn clone_from(&mut self, source: &Self)

impl Wrapper for KeyGenerateResult

type Raw = gpgme_genkey_result_t

unsafe fn from_raw(raw: gpgme_genkey_result_t) -> KeyGenerateResult

fn as_raw(&self) -> gpgme_genkey_result_t

fn into_raw(self) -> Self::Raw where Self: Sized

impl OpResult for KeyGenerateResult

fn from_context(ctx: &Context) -> Option<KeyGenerateResult>

Derived Implementations

impl Debug for KeyGenerateResult

fn fmt(&self, __arg_0: &mut Formatter) -> Result