pub struct KeyboardInteractiveAuthenticationResponse {
pub responses: Vec<String>,
}Fields§
§responses: Vec<String>Trait Implementations§
Source§impl Clone for KeyboardInteractiveAuthenticationResponse
impl Clone for KeyboardInteractiveAuthenticationResponse
Source§fn clone(&self) -> KeyboardInteractiveAuthenticationResponse
fn clone(&self) -> KeyboardInteractiveAuthenticationResponse
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 KeyboardInteractiveAuthenticationResponse
impl<'de> Deserialize<'de> for KeyboardInteractiveAuthenticationResponse
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 KeyboardInteractiveAuthenticationResponse
impl Ord for KeyboardInteractiveAuthenticationResponse
Source§fn cmp(&self, other: &KeyboardInteractiveAuthenticationResponse) -> Ordering
fn cmp(&self, other: &KeyboardInteractiveAuthenticationResponse) -> 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 KeyboardInteractiveAuthenticationResponse
impl PartialEq for KeyboardInteractiveAuthenticationResponse
Source§fn eq(&self, other: &KeyboardInteractiveAuthenticationResponse) -> bool
fn eq(&self, other: &KeyboardInteractiveAuthenticationResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for KeyboardInteractiveAuthenticationResponse
impl PartialOrd for KeyboardInteractiveAuthenticationResponse
impl Eq for KeyboardInteractiveAuthenticationResponse
impl StructuralPartialEq for KeyboardInteractiveAuthenticationResponse
Auto Trait Implementations§
impl Freeze for KeyboardInteractiveAuthenticationResponse
impl RefUnwindSafe for KeyboardInteractiveAuthenticationResponse
impl Send for KeyboardInteractiveAuthenticationResponse
impl Sync for KeyboardInteractiveAuthenticationResponse
impl Unpin for KeyboardInteractiveAuthenticationResponse
impl UnwindSafe for KeyboardInteractiveAuthenticationResponse
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