pub enum ServerSimpleQuery {}Expand description
A client simple query is being served.
Trait Implementations§
Source§impl Debug for ServerSimpleQuery
impl Debug for ServerSimpleQuery
Source§impl TypedOutboundPhase<ServerRole, BackendMessage> for ServerSimpleQuery
impl TypedOutboundPhase<ServerRole, BackendMessage> for ServerSimpleQuery
Source§type ProtocolPhase = Simple
type ProtocolPhase = Simple
Generated grammar phase corresponding to the connection typestate.
Source§type Message = TypedBackendMessage<SimpleInternalMessage>
type Message = TypedBackendMessage<SimpleInternalMessage>
Opaque set of locally generated messages legal in this phase.
Auto Trait Implementations§
impl Freeze for ServerSimpleQuery
impl RefUnwindSafe for ServerSimpleQuery
impl Send for ServerSimpleQuery
impl Sync for ServerSimpleQuery
impl Unpin for ServerSimpleQuery
impl UnsafeUnpin for ServerSimpleQuery
impl UnwindSafe for ServerSimpleQuery
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