Struct gpgme::ops::SignResult
[−]
[src]
pub struct SignResult {
// some fields omitted
}pub struct SignResult {
// some fields omitted
}impl SignResultfn invalid_signers(&self) -> InvalidKeyIter<SignResult>fn signatures(&self) -> NewSignatureIterimpl Drop for SignResultfn drop(&mut self)impl Clone for SignResultfn clone(&self) -> SignResultfn clone_from(&mut self, source: &Self)impl Wrapper for SignResulttype Raw = gpgme_sign_result_tunsafe fn from_raw(raw: gpgme_sign_result_t) -> SignResultfn as_raw(&self) -> gpgme_sign_result_tfn into_raw(self) -> Self::Raw where Self: Sizedimpl OpResult for SignResultfn from_context(ctx: &Context) -> Option<SignResult>impl Debug for SignResult