pub struct AuthenticationCleartextPasswordBuilder<'a> { /* private fields */ }Expand description
The AuthenticationCleartextPassword struct represents a message indicating that a cleartext password is required for authentication.
Implementations§
Trait Implementations§
Source§impl<'a> Debug for AuthenticationCleartextPasswordBuilder<'a>
impl<'a> Debug for AuthenticationCleartextPasswordBuilder<'a>
Source§impl<'a> Default for AuthenticationCleartextPasswordBuilder<'a>
impl<'a> Default for AuthenticationCleartextPasswordBuilder<'a>
Source§fn default() -> AuthenticationCleartextPasswordBuilder<'a>
fn default() -> AuthenticationCleartextPasswordBuilder<'a>
Returns the “default value” for a type. Read more
Source§impl<'a> From<AuthenticationCleartextPasswordBuilder<'a>> for BackendBuilder<'a>
impl<'a> From<AuthenticationCleartextPasswordBuilder<'a>> for BackendBuilder<'a>
Source§fn from(message: AuthenticationCleartextPasswordBuilder<'a>) -> Self
fn from(message: AuthenticationCleartextPasswordBuilder<'a>) -> Self
Converts to this type from the input type.
Source§impl<'a> PartialEq for AuthenticationCleartextPasswordBuilder<'a>
impl<'a> PartialEq for AuthenticationCleartextPasswordBuilder<'a>
Source§fn eq(&self, other: &AuthenticationCleartextPasswordBuilder<'a>) -> bool
fn eq(&self, other: &AuthenticationCleartextPasswordBuilder<'a>) -> bool
Tests for
self and other values to be equal, and is used by ==.impl<'a> Eq for AuthenticationCleartextPasswordBuilder<'a>
impl<'a> StructuralPartialEq for AuthenticationCleartextPasswordBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for AuthenticationCleartextPasswordBuilder<'a>
impl<'a> RefUnwindSafe for AuthenticationCleartextPasswordBuilder<'a>
impl<'a> Send for AuthenticationCleartextPasswordBuilder<'a>
impl<'a> Sync for AuthenticationCleartextPasswordBuilder<'a>
impl<'a> Unpin for AuthenticationCleartextPasswordBuilder<'a>
impl<'a> UnwindSafe for AuthenticationCleartextPasswordBuilder<'a>
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