Struct gpgme::ops::Recipient [] [src]

pub struct Recipient<'a> {
    // some fields omitted
}

Methods

impl<'a> Recipient<'a>

unsafe fn from_raw<'b>(raw: gpgme_recipient_t) -> Recipient<'b>

fn raw(&self) -> gpgme_recipient_t

impl<'a> Recipient<'a>

fn key_id(&self) -> StrResult<'a>

fn algorithm(&self) -> KeyAlgorithm

fn status(&self) -> Result<()>

Trait Implementations

Derived Implementations

impl<'a> Clone for Recipient<'a>

fn clone(&self) -> Recipient<'a>

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

impl<'a> Copy for Recipient<'a>

impl<'a> Debug for Recipient<'a>

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