Struct pam_auth::PamError [−][src]
pub struct PamError(_);
Trait Implementations
impl Debug for PamError[src]
impl Debug for PamErrorfn fmt(&self, fmt: &mut Formatter) -> Result[src]
fn fmt(&self, fmt: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Display for PamError[src]
impl Display for PamErrorfn fmt(&self, fmt: &mut Formatter) -> Result[src]
fn fmt(&self, fmt: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Error for PamError[src]
impl Error for PamErrorfn description(&self) -> &str[src]
fn description(&self) -> &strThis method is soft-deprecated. Read more
fn cause(&self) -> Option<&Error>1.0.0[src]
fn cause(&self) -> Option<&Error>1.0.0
[src]The lower-level cause of this error, if any. Read more
impl From<PamReturnCode> for PamError[src]
impl From<PamReturnCode> for PamErrorfn from(err: PamReturnCode) -> PamError[src]
fn from(err: PamReturnCode) -> PamErrorPerforms the conversion.