Struct gpgme::ops::DecryptResult [] [src]

pub struct DecryptResult {
    // some fields omitted
}

Methods

impl DecryptResult

fn filename(&self) -> StrResult

fn unsupported_algorithm(&self) -> StrResult

fn wrong_key_usage(&self) -> bool

fn recipients(&self) -> RecipientIter

Trait Implementations

impl Drop for DecryptResult

fn drop(&mut self)

impl Clone for DecryptResult

fn clone(&self) -> DecryptResult

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

impl Wrapper for DecryptResult

type Raw = gpgme_decrypt_result_t

unsafe fn from_raw(raw: gpgme_decrypt_result_t) -> DecryptResult

fn as_raw(&self) -> gpgme_decrypt_result_t

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

impl OpResult for DecryptResult

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

Derived Implementations

impl Debug for DecryptResult

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