pub struct AuthenticationSaslFinalBody(/* private fields */);Implementations§
Auto Trait Implementations§
impl !Freeze for AuthenticationSaslFinalBody
impl RefUnwindSafe for AuthenticationSaslFinalBody
impl Send for AuthenticationSaslFinalBody
impl Sync for AuthenticationSaslFinalBody
impl Unpin for AuthenticationSaslFinalBody
impl UnsafeUnpin for AuthenticationSaslFinalBody
impl UnwindSafe for AuthenticationSaslFinalBody
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