pub struct AuthenticationSaslBody(/* private fields */);Implementations§
Source§impl AuthenticationSaslBody
impl AuthenticationSaslBody
pub fn mechanisms(&self) -> SaslMechanisms<'_>
Auto Trait Implementations§
impl !Freeze for AuthenticationSaslBody
impl RefUnwindSafe for AuthenticationSaslBody
impl Send for AuthenticationSaslBody
impl Sync for AuthenticationSaslBody
impl Unpin for AuthenticationSaslBody
impl UnsafeUnpin for AuthenticationSaslBody
impl UnwindSafe for AuthenticationSaslBody
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