Struct pam_client::conv_null::Conversation [−][src]
pub struct Conversation {}Expand description
Null implementation of ConversationHandler
When a PAM module asks for any user interaction an error is returned. Error and info messages are and ignored.
This handler may be used for testing and for environments where no user interaction is possible, no credentials can be stored beforehand and failing is the only answer if some PAM module needs input.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Conversation
impl Send for Conversation
impl Sync for Conversation
impl Unpin for Conversation
impl UnwindSafe for Conversation
Blanket Implementations
Mutably borrows from an owned value. Read more