pub struct KeyboardInteractiveAuthenticationPrompt {
pub prompt: String,
pub echo: bool,
}
Fields§
§prompt: String
§echo: bool
Trait Implementations§
Source§impl Clone for KeyboardInteractiveAuthenticationPrompt
impl Clone for KeyboardInteractiveAuthenticationPrompt
Source§fn clone(&self) -> KeyboardInteractiveAuthenticationPrompt
fn clone(&self) -> KeyboardInteractiveAuthenticationPrompt
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<'de> Deserialize<'de> for KeyboardInteractiveAuthenticationPrompt
impl<'de> Deserialize<'de> for KeyboardInteractiveAuthenticationPrompt
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for KeyboardInteractiveAuthenticationPrompt
impl Ord for KeyboardInteractiveAuthenticationPrompt
Source§fn cmp(&self, other: &KeyboardInteractiveAuthenticationPrompt) -> Ordering
fn cmp(&self, other: &KeyboardInteractiveAuthenticationPrompt) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for KeyboardInteractiveAuthenticationPrompt
impl PartialEq for KeyboardInteractiveAuthenticationPrompt
Source§fn eq(&self, other: &KeyboardInteractiveAuthenticationPrompt) -> bool
fn eq(&self, other: &KeyboardInteractiveAuthenticationPrompt) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for KeyboardInteractiveAuthenticationPrompt
impl PartialOrd for KeyboardInteractiveAuthenticationPrompt
impl Eq for KeyboardInteractiveAuthenticationPrompt
impl StructuralPartialEq for KeyboardInteractiveAuthenticationPrompt
Auto Trait Implementations§
impl Freeze for KeyboardInteractiveAuthenticationPrompt
impl RefUnwindSafe for KeyboardInteractiveAuthenticationPrompt
impl Send for KeyboardInteractiveAuthenticationPrompt
impl Sync for KeyboardInteractiveAuthenticationPrompt
impl Unpin for KeyboardInteractiveAuthenticationPrompt
impl UnwindSafe for KeyboardInteractiveAuthenticationPrompt
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