Struct gpgme::Validity [] [src]

pub struct Validity(_);

Methods

impl Validity

unsafe fn from_raw(raw: gpgme_validity_t) -> Validity

fn raw(&self) -> gpgme_validity_t

Trait Implementations

impl Debug for Validity

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

impl Display for Validity

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

Derived Implementations

impl Hash for Validity

fn hash<__H: Hasher>(&self, __arg_0: &mut __H)

1.3.0fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher

impl PartialEq for Validity

fn eq(&self, __arg_0: &Validity) -> bool

fn ne(&self, __arg_0: &Validity) -> bool

impl Eq for Validity

impl Clone for Validity

fn clone(&self) -> Validity

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

impl Copy for Validity