pub enum PasswordResponse {}Expand description
A cleartext or MD5 password response is required.
Trait Implementations§
Source§impl Debug for PasswordResponse
impl Debug for PasswordResponse
Source§impl TypedOutboundPhase<ClientRole, FrontendMessage> for PasswordResponse
impl TypedOutboundPhase<ClientRole, FrontendMessage> for PasswordResponse
Source§type ProtocolPhase = PasswordResponse
type ProtocolPhase = PasswordResponse
Generated grammar phase corresponding to the connection typestate.
Source§type Message = PasswordResponseInternalMessage
type Message = PasswordResponseInternalMessage
Opaque set of locally generated messages legal in this phase.
Auto Trait Implementations§
impl Freeze for PasswordResponse
impl RefUnwindSafe for PasswordResponse
impl Send for PasswordResponse
impl Sync for PasswordResponse
impl Unpin for PasswordResponse
impl UnsafeUnpin for PasswordResponse
impl UnwindSafe for PasswordResponse
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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