Enum gpgme::StrError [] [src]

pub enum StrError<'a> {
    NotPresent,
    NotUtf8(&'a CStr, Utf8Error),
}

Variants

NotPresent
NotUtf8

Trait Implementations

impl<'a> Display for StrError<'a>

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

impl<'a> Error for StrError<'a>

fn description(&self) -> &str

1.0.0fn cause(&self) -> Option<&Error>

Derived Implementations

impl<'a> PartialEq for StrError<'a>

fn eq(&self, __arg_0: &StrError<'a>) -> bool

fn ne(&self, __arg_0: &StrError<'a>) -> bool

impl<'a> Eq for StrError<'a>

impl<'a> Clone for StrError<'a>

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

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

impl<'a> Copy for StrError<'a>

impl<'a> Debug for StrError<'a>

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