pub enum Resetting {}Expand description
A pool-reset query is executing on a dirty connection.
Trait Implementations§
Source§impl TypedPhase<ServerRole, BackendMessage> for Resetting
impl TypedPhase<ServerRole, BackendMessage> for Resetting
Source§type ProtocolPhase = Resetting
type ProtocolPhase = Resetting
Generated grammar phase corresponding to the connection typestate.
Source§type Message = TypedBackendMessage<ResettingExternalMessage>
type Message = TypedBackendMessage<ResettingExternalMessage>
Opaque set of decoded messages legal for this role and phase.
Auto Trait Implementations§
impl Freeze for Resetting
impl RefUnwindSafe for Resetting
impl Send for Resetting
impl Sync for Resetting
impl Unpin for Resetting
impl UnsafeUnpin for Resetting
impl UnwindSafe for Resetting
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