pub enum ServerBuilding {}Expand description
The server is accepting an extended-query pipeline.
Trait Implementations§
Source§impl Debug for ServerBuilding
impl Debug for ServerBuilding
Source§impl TypedPhase<ClientRole, FrontendMessage> for ServerBuilding
impl TypedPhase<ClientRole, FrontendMessage> for ServerBuilding
Source§type ProtocolPhase = Building
type ProtocolPhase = Building
Generated grammar phase corresponding to the connection typestate.
Source§type Message = BuildingExternalMessage
type Message = BuildingExternalMessage
Opaque set of decoded messages legal for this role and phase.
Auto Trait Implementations§
impl Freeze for ServerBuilding
impl RefUnwindSafe for ServerBuilding
impl Send for ServerBuilding
impl Sync for ServerBuilding
impl Unpin for ServerBuilding
impl UnsafeUnpin for ServerBuilding
impl UnwindSafe for ServerBuilding
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