pub enum ServerBind {}Expand description
An inspected Bind awaits its response.
Trait Implementations§
Source§impl Debug for ServerBind
impl Debug for ServerBind
Source§impl TypedOutboundPhase<ServerRole, BackendMessage> for ServerBind
impl TypedOutboundPhase<ServerRole, BackendMessage> for ServerBind
Source§type ProtocolPhase = BindResponse
type ProtocolPhase = BindResponse
Generated grammar phase corresponding to the connection typestate.
Source§type Message = TypedBackendMessage<BindResponseInternalMessage>
type Message = TypedBackendMessage<BindResponseInternalMessage>
Opaque set of locally generated messages legal in this phase.
Auto Trait Implementations§
impl Freeze for ServerBind
impl RefUnwindSafe for ServerBind
impl Send for ServerBind
impl Sync for ServerBind
impl Unpin for ServerBind
impl UnsafeUnpin for ServerBind
impl UnwindSafe for ServerBind
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