pub struct AuthenticationCleartextPassword { /* private fields */ }
Implementations§
Trait Implementations§
impl BackendMessage for AuthenticationCleartextPassword
Auto Trait Implementations§
impl Freeze for AuthenticationCleartextPassword
impl RefUnwindSafe for AuthenticationCleartextPassword
impl Send for AuthenticationCleartextPassword
impl Sync for AuthenticationCleartextPassword
impl Unpin for AuthenticationCleartextPassword
impl UnwindSafe for AuthenticationCleartextPassword
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