pub enum Draining {}Expand description
An errored command is being drained until ReadyForQuery.
Trait Implementations§
Source§impl TypedPhase<ServerRole, BackendMessage> for Draining
impl TypedPhase<ServerRole, BackendMessage> for Draining
Source§type ProtocolPhase = Draining
type ProtocolPhase = Draining
Generated grammar phase corresponding to the connection typestate.
Source§type Message = TypedBackendMessage<DrainingExternalMessage>
type Message = TypedBackendMessage<DrainingExternalMessage>
Opaque set of decoded messages legal for this role and phase.
Auto Trait Implementations§
impl Freeze for Draining
impl RefUnwindSafe for Draining
impl Send for Draining
impl Sync for Draining
impl Unpin for Draining
impl UnsafeUnpin for Draining
impl UnwindSafe for Draining
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