Struct gpgme::ops::EncryptResult
[−]
[src]
pub struct EncryptResult {
// some fields omitted
}pub struct EncryptResult {
// some fields omitted
}impl EncryptResultfn invalid_recipients(&self) -> InvalidKeyIter<EncryptResult>impl Drop for EncryptResultfn drop(&mut self)impl Clone for EncryptResultfn clone(&self) -> EncryptResultfn clone_from(&mut self, source: &Self)impl Wrapper for EncryptResulttype Raw = gpgme_encrypt_result_tunsafe fn from_raw(raw: gpgme_encrypt_result_t) -> EncryptResultfn as_raw(&self) -> gpgme_encrypt_result_tfn into_raw(self) -> Self::Raw where Self: Sizedimpl OpResult for EncryptResultfn from_context(ctx: &Context) -> Option<EncryptResult>impl Debug for EncryptResult