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