Struct gpgme::ops::KeyListResult
[−]
[src]
pub struct KeyListResult { // some fields omitted }
pub struct KeyListResult { // some fields omitted }
impl KeyListResult
impl Drop for KeyListResult
fn drop(&mut self)
impl Clone for KeyListResult
fn clone(&self) -> KeyListResult
fn 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>
impl Debug for KeyListResult