Struct gpgme::ops::KeyListResult
[−]
[src]
pub struct KeyListResult {
// some fields omitted
}pub struct KeyListResult {
// some fields omitted
}impl KeyListResultimpl Drop for KeyListResultfn drop(&mut self)impl Clone for KeyListResultfn clone(&self) -> KeyListResultfn clone_from(&mut self, source: &Self)impl Wrapper for KeyListResulttype Raw = gpgme_keylist_result_tunsafe fn from_raw(raw: gpgme_keylist_result_t) -> KeyListResultfn as_raw(&self) -> gpgme_keylist_result_tfn into_raw(self) -> Self::Raw where Self: Sizedimpl OpResult for KeyListResultfn from_context(ctx: &Context) -> Option<KeyListResult>impl Debug for KeyListResult