pub enum ServerParse {}Expand description
An inspected Parse awaits its response.
Trait Implementations§
Source§impl Debug for ServerParse
impl Debug for ServerParse
Source§impl TypedOutboundPhase<ServerRole, BackendMessage> for ServerParse
impl TypedOutboundPhase<ServerRole, BackendMessage> for ServerParse
Source§type ProtocolPhase = ParseResponse
type ProtocolPhase = ParseResponse
Generated grammar phase corresponding to the connection typestate.
Source§type Message = TypedBackendMessage<ParseResponseInternalMessage>
type Message = TypedBackendMessage<ParseResponseInternalMessage>
Opaque set of locally generated messages legal in this phase.
Auto Trait Implementations§
impl Freeze for ServerParse
impl RefUnwindSafe for ServerParse
impl Send for ServerParse
impl Sync for ServerParse
impl Unpin for ServerParse
impl UnsafeUnpin for ServerParse
impl UnwindSafe for ServerParse
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