Struct gpgme::ops::SignResult
[−]
[src]
pub struct SignResult { // some fields omitted }
pub struct SignResult { // some fields omitted }
impl SignResult
fn invalid_signers(&self) -> InvalidKeyIter<SignResult>
fn signatures(&self) -> NewSignatureIter
impl Drop for SignResult
fn drop(&mut self)
impl Clone for SignResult
fn clone(&self) -> SignResult
fn 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>
impl Debug for SignResult