Struct pam_auth::PamError[][src]

pub struct PamError(_);

Trait Implementations

impl Debug for PamError
[src]

Formats the value using the given formatter. Read more

impl Display for PamError
[src]

Formats the value using the given formatter. Read more

impl Error for PamError
[src]

This method is soft-deprecated. Read more

The lower-level cause of this error, if any. Read more

impl From<PamReturnCode> for PamError
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for PamError

impl Sync for PamError