Struct gpgme::ops::Recipient
[−]
[src]
pub struct Recipient<'a> {
// some fields omitted
}pub struct Recipient<'a> {
// some fields omitted
}impl<'a> Recipient<'a>unsafe fn from_raw<'b>(raw: gpgme_recipient_t) -> Recipient<'b>fn raw(&self) -> gpgme_recipient_timpl<'a> Recipient<'a>fn key_id(&self) -> StrResult<'a>fn algorithm(&self) -> KeyAlgorithmfn status(&self) -> Result<()>impl<'a> Clone for Recipient<'a>fn clone(&self) -> Recipient<'a>fn clone_from(&mut self, source: &Self)impl<'a> Copy for Recipient<'a>impl<'a> Debug for Recipient<'a>