Struct gpgme::ops::EncryptResult [] [src]

pub struct EncryptResult {
    // some fields omitted
}

Methods

impl EncryptResult

fn invalid_recipients(&self) -> InvalidKeyIter<EncryptResult>

Trait Implementations

impl Drop for EncryptResult

fn drop(&mut self)

impl Clone for EncryptResult

fn clone(&self) -> EncryptResult

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

impl Wrapper for EncryptResult

type Raw = gpgme_encrypt_result_t

unsafe fn from_raw(raw: gpgme_encrypt_result_t) -> EncryptResult

fn as_raw(&self) -> gpgme_encrypt_result_t

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

impl OpResult for EncryptResult

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

Derived Implementations

impl Debug for EncryptResult

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