pub enum AuthenticationResponseKind {
Password,
KerberosV5,
Gss,
Sspi,
SaslInitial,
Sasl,
}Variants§
Trait Implementations§
Source§impl Clone for AuthenticationResponseKind
impl Clone for AuthenticationResponseKind
Source§fn clone(&self) -> AuthenticationResponseKind
fn clone(&self) -> AuthenticationResponseKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AuthenticationResponseKind
Source§impl Debug for AuthenticationResponseKind
impl Debug for AuthenticationResponseKind
impl Eq for AuthenticationResponseKind
impl StructuralPartialEq for AuthenticationResponseKind
Auto Trait Implementations§
impl Freeze for AuthenticationResponseKind
impl RefUnwindSafe for AuthenticationResponseKind
impl Send for AuthenticationResponseKind
impl Sync for AuthenticationResponseKind
impl Unpin for AuthenticationResponseKind
impl UnsafeUnpin for AuthenticationResponseKind
impl UnwindSafe for AuthenticationResponseKind
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