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