Struct libssh_rs::InteractiveAuthPrompt
source · [−]Expand description
Represents a question prompt in keyboard-interactive auth
Fields
prompt: String
The prompt to show to the user
echo: bool
If true
, echo the user’s answer to the screen.
If false
, conceal it, as it is secret/sensitive.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for InteractiveAuthPrompt
impl Send for InteractiveAuthPrompt
impl Sync for InteractiveAuthPrompt
impl Unpin for InteractiveAuthPrompt
impl UnwindSafe for InteractiveAuthPrompt
Blanket Implementations
Mutably borrows from an owned value. Read more