Struct pam_auth::PamError [−][src]
pub struct PamError(_);
Trait Implementations
impl Debug for PamError
[src]
impl Debug for PamError
fn fmt(&self, fmt: &mut Formatter) -> Result
[src]
fn fmt(&self, fmt: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Display for PamError
[src]
impl Display for PamError
fn fmt(&self, fmt: &mut Formatter) -> Result
[src]
fn fmt(&self, fmt: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Error for PamError
[src]
impl Error for PamError
fn description(&self) -> &str
[src]
fn description(&self) -> &str
This 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 PamError
fn from(err: PamReturnCode) -> PamError
[src]
fn from(err: PamReturnCode) -> PamError
Performs the conversion.