Struct gpgme::ops::VerifyResult
[−]
[src]
pub struct VerifyResult {
// some fields omitted
}pub struct VerifyResult {
// some fields omitted
}impl VerifyResultfn filename(&self) -> StrResultfn signatures(&self) -> SignatureIterimpl Drop for VerifyResultfn drop(&mut self)impl Clone for VerifyResultfn clone(&self) -> VerifyResultfn clone_from(&mut self, source: &Self)impl Wrapper for VerifyResulttype Raw = gpgme_verify_result_tunsafe fn from_raw(raw: gpgme_verify_result_t) -> VerifyResultfn as_raw(&self) -> gpgme_verify_result_tfn into_raw(self) -> Self::Raw where Self: Sizedimpl OpResult for VerifyResultfn from_context(ctx: &Context) -> Option<VerifyResult>impl Debug for VerifyResult