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