pub struct AuthenticationMD5Password { /* private fields */ }
Implementations§
Source§impl AuthenticationMD5Password
impl AuthenticationMD5Password
pub fn new(salt: [u8; 4]) -> Self
pub fn get_params(&self) -> AuthenticationMD5PasswordParams
Trait Implementations§
Source§impl Debug for AuthenticationMD5Password
impl Debug for AuthenticationMD5Password
Source§impl Message for AuthenticationMD5Password
impl Message for AuthenticationMD5Password
impl BackendMessage for AuthenticationMD5Password
Auto Trait Implementations§
impl Freeze for AuthenticationMD5Password
impl RefUnwindSafe for AuthenticationMD5Password
impl Send for AuthenticationMD5Password
impl Sync for AuthenticationMD5Password
impl Unpin for AuthenticationMD5Password
impl UnwindSafe for AuthenticationMD5Password
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