pub enum SimpleQuery {}Expand description
A simple-query command is awaiting backend results and readiness.
Trait Implementations§
Source§impl Debug for SimpleQuery
impl Debug for SimpleQuery
Source§impl TypedPhase<ServerRole, BackendMessage> for SimpleQuery
impl TypedPhase<ServerRole, BackendMessage> for SimpleQuery
Source§type ProtocolPhase = Simple
type ProtocolPhase = Simple
Generated grammar phase corresponding to the connection typestate.
Source§type Message = TypedBackendMessage<SimpleExternalMessage>
type Message = TypedBackendMessage<SimpleExternalMessage>
Opaque set of decoded messages legal for this role and phase.
Auto Trait Implementations§
impl Freeze for SimpleQuery
impl RefUnwindSafe for SimpleQuery
impl Send for SimpleQuery
impl Sync for SimpleQuery
impl Unpin for SimpleQuery
impl UnsafeUnpin for SimpleQuery
impl UnwindSafe for SimpleQuery
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