Struct gpgme::ops::KeyListResult [] [src]

pub struct KeyListResult {
    // some fields omitted
}

Methods

impl KeyListResult

fn truncated(&self) -> bool

Trait Implementations

impl Drop for KeyListResult

fn drop(&mut self)

impl Clone for KeyListResult

fn clone(&self) -> KeyListResult

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

impl Wrapper for KeyListResult

type Raw = gpgme_keylist_result_t

unsafe fn from_raw(raw: gpgme_keylist_result_t) -> KeyListResult

fn as_raw(&self) -> gpgme_keylist_result_t

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

impl OpResult for KeyListResult

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

Derived Implementations

impl Debug for KeyListResult

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