pub enum AwaitingReady {}Expand description
Command results are complete and ReadyForQuery is required.
Trait Implementations§
Source§impl Debug for AwaitingReady
impl Debug for AwaitingReady
Source§impl TypedPhase<ServerRole, BackendMessage> for AwaitingReady
impl TypedPhase<ServerRole, BackendMessage> for AwaitingReady
Source§type ProtocolPhase = AwaitingReady
type ProtocolPhase = AwaitingReady
Generated grammar phase corresponding to the connection typestate.
Source§type Message = TypedBackendMessage<AwaitingReadyExternalMessage>
type Message = TypedBackendMessage<AwaitingReadyExternalMessage>
Opaque set of decoded messages legal for this role and phase.
Auto Trait Implementations§
impl Freeze for AwaitingReady
impl RefUnwindSafe for AwaitingReady
impl Send for AwaitingReady
impl Sync for AwaitingReady
impl Unpin for AwaitingReady
impl UnsafeUnpin for AwaitingReady
impl UnwindSafe for AwaitingReady
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