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