Struct gpgme::keys::UserId [] [src]

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

Methods

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

Trait Implementations

impl<'a> Display for UserId<'a>

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

Derived Implementations

impl<'a> Clone for UserId<'a>

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

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

impl<'a> Copy for UserId<'a>

impl<'a> Debug for UserId<'a>

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