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