pub struct ServerCopyIn<Resume>(/* private fields */);Expand description
Server-role COPY IN stream, resumed according to Resume.
Trait Implementations§
Source§impl<Resume: Debug> Debug for ServerCopyIn<Resume>
impl<Resume: Debug> Debug for ServerCopyIn<Resume>
Source§impl TypedPhase<ClientRole, FrontendMessage> for ServerCopyIn<CopySimple>
impl TypedPhase<ClientRole, FrontendMessage> for ServerCopyIn<CopySimple>
Source§type ProtocolPhase = SimpleCopyIn
type ProtocolPhase = SimpleCopyIn
Generated grammar phase corresponding to the connection typestate.
Source§type Message = SimpleCopyInExternalMessage
type Message = SimpleCopyInExternalMessage
Opaque set of decoded messages legal for this role and phase.
Source§impl TypedPhase<ClientRole, FrontendMessage> for ServerCopyIn<CopyExtended>
impl TypedPhase<ClientRole, FrontendMessage> for ServerCopyIn<CopyExtended>
Source§type ProtocolPhase = ExtendedCopyIn
type ProtocolPhase = ExtendedCopyIn
Generated grammar phase corresponding to the connection typestate.
Source§type Message = ExtendedCopyInExternalMessage
type Message = ExtendedCopyInExternalMessage
Opaque set of decoded messages legal for this role and phase.
Auto Trait Implementations§
impl<Resume> Freeze for ServerCopyIn<Resume>
impl<Resume> RefUnwindSafe for ServerCopyIn<Resume>where
Resume: RefUnwindSafe,
impl<Resume> Send for ServerCopyIn<Resume>where
Resume: Send,
impl<Resume> Sync for ServerCopyIn<Resume>where
Resume: Sync,
impl<Resume> Unpin for ServerCopyIn<Resume>where
Resume: Unpin,
impl<Resume> UnsafeUnpin for ServerCopyIn<Resume>
impl<Resume> UnwindSafe for ServerCopyIn<Resume>where
Resume: UnwindSafe,
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