pub enum Sasl {}Expand description
The backend must provide the next SASL continuation or final message.
Trait Implementations§
Source§impl PhaseAssociation<Inbound, ServerRole, BackendMessage> for Sasl
impl PhaseAssociation<Inbound, ServerRole, BackendMessage> for Sasl
Source§type ProtocolPhase = Sasl
type ProtocolPhase = Sasl
Generated grammar phase corresponding to the connection typestate.
Source§type Message = TypedBackendMessage<SaslExternalMessage>
type Message = TypedBackendMessage<SaslExternalMessage>
Opaque set of messages legal for this direction, role, and phase.
Auto Trait Implementations§
impl Freeze for Sasl
impl RefUnwindSafe for Sasl
impl Send for Sasl
impl Sync for Sasl
impl Unpin for Sasl
impl UnsafeUnpin for Sasl
impl UnwindSafe for Sasl
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