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