Struct gpgme::keys::UserId
[−]
[src]
pub struct UserId<'a> {
// some fields omitted
}pub struct UserId<'a> {
// some fields omitted
}impl<'a> UserId<'a>unsafe fn from_raw<'b>(raw: gpgme_user_id_t) -> UserId<'b>fn raw(&self) -> gpgme_user_id_tfn is_revoked(&self) -> boolfn is_invalid(&self) -> boolfn uid(&self) -> StrResult<'a>fn name(&self) -> StrResult<'a>fn email(&self) -> StrResult<'a>fn comment(&self) -> StrResult<'a>fn validity(&self) -> Validityfn signatures(&self) -> KeySignatureIterimpl<'a> Display for UserId<'a>impl<'a> Clone for UserId<'a>fn clone(&self) -> UserId<'a>fn clone_from(&mut self, source: &Self)impl<'a> Copy for UserId<'a>impl<'a> Debug for UserId<'a>