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 PhaseAssociation<Outbound, ServerRole, BackendMessage> for ServerSasl
impl PhaseAssociation<Outbound, ServerRole, BackendMessage> for ServerSasl
Source§type ProtocolPhase = Sasl
type ProtocolPhase = Sasl
Generated grammar phase corresponding to the connection typestate.
Source§type Message = TypedBackendMessage<SaslInternalMessage>
type Message = TypedBackendMessage<SaslInternalMessage>
Opaque set of messages legal for this direction, 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