#[non_exhaustive]pub struct AuthKeyboardInteractive { /* private fields */ }
Implementations§
Source§impl AuthKeyboardInteractive
impl AuthKeyboardInteractive
pub fn new() -> Self
Sourcepub fn with_submethods(self, submethods: impl Into<String>) -> Self
pub fn with_submethods(self, submethods: impl Into<String>) -> Self
Hnts to the server the preferred methods to be used for authentication.
Trait Implementations§
Source§impl Clone for AuthKeyboardInteractive
impl Clone for AuthKeyboardInteractive
Source§fn clone(&self) -> AuthKeyboardInteractive
fn clone(&self) -> AuthKeyboardInteractive
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for AuthKeyboardInteractive
impl Debug for AuthKeyboardInteractive
Source§impl Default for AuthKeyboardInteractive
impl Default for AuthKeyboardInteractive
Source§fn default() -> AuthKeyboardInteractive
fn default() -> AuthKeyboardInteractive
Returns the “default value” for a type. Read more
Source§impl From<AuthKeyboardInteractive> for AuthMethod
impl From<AuthKeyboardInteractive> for AuthMethod
Source§fn from(value: AuthKeyboardInteractive) -> Self
fn from(value: AuthKeyboardInteractive) -> Self
Converts to this type from the input type.
Source§impl Hash for AuthKeyboardInteractive
impl Hash for AuthKeyboardInteractive
Source§impl PartialEq for AuthKeyboardInteractive
impl PartialEq for AuthKeyboardInteractive
impl Eq for AuthKeyboardInteractive
impl StructuralPartialEq for AuthKeyboardInteractive
Auto Trait Implementations§
impl Freeze for AuthKeyboardInteractive
impl RefUnwindSafe for AuthKeyboardInteractive
impl Send for AuthKeyboardInteractive
impl Sync for AuthKeyboardInteractive
impl Unpin for AuthKeyboardInteractive
impl UnwindSafe for AuthKeyboardInteractive
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