pub enum CopyIn {}Expand description
The client may stream COPY data to the backend.
Trait Implementations§
Source§impl PhaseAssociation<Inbound, ServerRole, BackendMessage> for CopyIn
impl PhaseAssociation<Inbound, ServerRole, BackendMessage> for CopyIn
Source§type ProtocolPhase = CopyIn
type ProtocolPhase = CopyIn
Generated grammar phase corresponding to the connection typestate.
Source§type Message = TypedBackendMessage<CopyInExternalMessage>
type Message = TypedBackendMessage<CopyInExternalMessage>
Opaque set of messages legal for this direction, role, and phase.
Source§impl PhaseAssociation<Outbound, ClientRole, FrontendMessage> for CopyIn
impl PhaseAssociation<Outbound, ClientRole, FrontendMessage> for CopyIn
Source§type ProtocolPhase = CopyIn
type ProtocolPhase = CopyIn
Generated grammar phase corresponding to the connection typestate.
Source§type Message = CopyInInternalMessage
type Message = CopyInInternalMessage
Opaque set of messages legal for this direction, role, and phase.
Auto Trait Implementations§
impl Freeze for CopyIn
impl RefUnwindSafe for CopyIn
impl Send for CopyIn
impl Sync for CopyIn
impl Unpin for CopyIn
impl UnsafeUnpin for CopyIn
impl UnwindSafe for CopyIn
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