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