Struct gpgme::ops::DecryptResult
[−]
[src]
pub struct DecryptResult { // some fields omitted }
pub struct DecryptResult { // some fields omitted }
impl DecryptResult
fn filename(&self) -> StrResult
fn unsupported_algorithm(&self) -> StrResult
fn wrong_key_usage(&self) -> bool
fn recipients(&self) -> RecipientIter
impl Drop for DecryptResult
fn drop(&mut self)
impl Clone for DecryptResult
fn clone(&self) -> DecryptResult
fn 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>
impl Debug for DecryptResult