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