Struct gpgme::notation::SignatureNotation
[−]
[src]
pub struct SignatureNotation<'a, T: 'a> { // some fields omitted }
pub struct SignatureNotation<'a, T: 'a> { // some fields omitted }
impl<'a, T> SignatureNotation<'a, T>
unsafe fn from_raw<'b>(raw: gpgme_sig_notation_t) -> SignatureNotation<'b, T>
fn raw(&self) -> gpgme_sig_notation_t
fn is_human_readable(&self) -> bool
fn is_critical(&self) -> bool
fn flags(&self) -> Flags
fn name(&self) -> StrResult<'a>
fn value(&self) -> StrResult<'a>