pub struct PasswordConv { /* private fields */ }Expand description
A minimalistic conversation handler, that uses given login and password
This conversation handler is not really interactive, but simply returns to
PAM the value that have been set using the set_credentials method.
Implementations§
Source§impl PasswordConv
impl PasswordConv
Trait Implementations§
Source§impl Conversation for PasswordConv
impl Conversation for PasswordConv
Auto Trait Implementations§
impl Freeze for PasswordConv
impl RefUnwindSafe for PasswordConv
impl Send for PasswordConv
impl Sync for PasswordConv
impl Unpin for PasswordConv
impl UnwindSafe for PasswordConv
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more