Struct gpgme::ops::DecryptResult
[−]
[src]
pub struct DecryptResult {
// some fields omitted
}pub struct DecryptResult {
// some fields omitted
}impl DecryptResultfn filename(&self) -> StrResultfn unsupported_algorithm(&self) -> StrResultfn wrong_key_usage(&self) -> boolfn recipients(&self) -> RecipientIterimpl Drop for DecryptResultfn drop(&mut self)impl Clone for DecryptResultfn clone(&self) -> DecryptResultfn clone_from(&mut self, source: &Self)impl Wrapper for DecryptResulttype Raw = gpgme_decrypt_result_tunsafe fn from_raw(raw: gpgme_decrypt_result_t) -> DecryptResultfn as_raw(&self) -> gpgme_decrypt_result_tfn into_raw(self) -> Self::Raw where Self: Sizedimpl OpResult for DecryptResultfn from_context(ctx: &Context) -> Option<DecryptResult>impl Debug for DecryptResult