pub enum ServerSasl {}Expand description
A recursive SASL response exchange is in progress.
Trait Implementations§
Source§impl Debug for ServerSasl
impl Debug for ServerSasl
Source§impl TypedPhase<ClientRole, FrontendMessage> for ServerSasl
impl TypedPhase<ClientRole, FrontendMessage> for ServerSasl
Source§type ProtocolPhase = SaslResponse
type ProtocolPhase = SaslResponse
Generated grammar phase corresponding to the connection typestate.
Source§type Message = SaslResponseExternalMessage
type Message = SaslResponseExternalMessage
Opaque set of decoded messages legal for this role and phase.
Auto Trait Implementations§
impl Freeze for ServerSasl
impl RefUnwindSafe for ServerSasl
impl Send for ServerSasl
impl Sync for ServerSasl
impl Unpin for ServerSasl
impl UnsafeUnpin for ServerSasl
impl UnwindSafe for ServerSasl
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