pub enum CopyIn {}Expand description
The client may stream COPY data to the backend.
Trait Implementations§
Source§impl TypedPhase<ServerRole, BackendMessage> for CopyIn
impl TypedPhase<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 decoded messages legal for this 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