pub struct AuthenticationMD5PasswordParams {
pub salt: [u8; 4],
}
Fields§
§salt: [u8; 4]
Auto Trait Implementations§
impl Freeze for AuthenticationMD5PasswordParams
impl RefUnwindSafe for AuthenticationMD5PasswordParams
impl Send for AuthenticationMD5PasswordParams
impl Sync for AuthenticationMD5PasswordParams
impl Unpin for AuthenticationMD5PasswordParams
impl UnwindSafe for AuthenticationMD5PasswordParams
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