pub enum ServerSync {}Expand description
A client Sync awaits ReadyForQuery.
Trait Implementations§
Source§impl Debug for ServerSync
impl Debug for ServerSync
Source§impl PhaseAssociation<Outbound, ServerRole, BackendMessage> for ServerSync
impl PhaseAssociation<Outbound, ServerRole, BackendMessage> for ServerSync
Source§type ProtocolPhase = SyncResponse
type ProtocolPhase = SyncResponse
Generated grammar phase corresponding to the connection typestate.
Source§type Message = TypedBackendMessage<SyncResponseInternalMessage>
type Message = TypedBackendMessage<SyncResponseInternalMessage>
Opaque set of messages legal for this direction, role, and phase.
Auto Trait Implementations§
impl Freeze for ServerSync
impl RefUnwindSafe for ServerSync
impl Send for ServerSync
impl Sync for ServerSync
impl Unpin for ServerSync
impl UnsafeUnpin for ServerSync
impl UnwindSafe for ServerSync
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