Struct gpgme::ops::SignResult [] [src]

pub struct SignResult {
    // some fields omitted
}

Methods

impl SignResult

fn invalid_signers(&self) -> InvalidKeyIter<SignResult>

fn signatures(&self) -> NewSignatureIter

Trait Implementations

impl Drop for SignResult

fn drop(&mut self)

impl Clone for SignResult

fn clone(&self) -> SignResult

1.0.0fn clone_from(&mut self, source: &Self)

impl Wrapper for SignResult

type Raw = gpgme_sign_result_t

unsafe fn from_raw(raw: gpgme_sign_result_t) -> SignResult

fn as_raw(&self) -> gpgme_sign_result_t

fn into_raw(self) -> Self::Raw where Self: Sized

impl OpResult for SignResult

fn from_context(ctx: &Context) -> Option<SignResult>

Derived Implementations

impl Debug for SignResult

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