Struct gpgme::ops::VerifyResult [] [src]

pub struct VerifyResult {
    // some fields omitted
}

Methods

impl VerifyResult

fn filename(&self) -> StrResult

fn signatures(&self) -> SignatureIter

Trait Implementations

impl Drop for VerifyResult

fn drop(&mut self)

impl Clone for VerifyResult

fn clone(&self) -> VerifyResult

1.0.0fn 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>

Derived Implementations

impl Debug for VerifyResult

fn fmt(&self, __arg_0: &mut Formatter) -> Result