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_t
fn is_revoked(&self) -> bool
fn is_invalid(&self) -> bool
fn uid(&self) -> StrResult<'a>
fn name(&self) -> StrResult<'a>
fn email(&self) -> StrResult<'a>
fn comment(&self) -> StrResult<'a>
fn validity(&self) -> Validity
fn signatures(&self) -> KeySignatureIter
impl<'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>