pub struct AuthenticationMd5PasswordBody { /* private fields */ }
Implementations
Auto Trait Implementations
impl RefUnwindSafe for AuthenticationMd5PasswordBody
impl Send for AuthenticationMd5PasswordBody
impl Sync for AuthenticationMd5PasswordBody
impl Unpin for AuthenticationMd5PasswordBody
impl UnwindSafe for AuthenticationMd5PasswordBody
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more