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