pub struct ServerCopyBothFailed<Resume>(/* private fields */);Expand description
Client failed a server-role COPY BOTH stream.
Trait Implementations§
Source§impl<Resume: Debug> Debug for ServerCopyBothFailed<Resume>
impl<Resume: Debug> Debug for ServerCopyBothFailed<Resume>
Source§impl TypedOutboundPhase<ServerRole, BackendMessage> for ServerCopyBothFailed<CopySimple>
impl TypedOutboundPhase<ServerRole, BackendMessage> for ServerCopyBothFailed<CopySimple>
Source§type ProtocolPhase = SimpleCopyBothFailed
type ProtocolPhase = SimpleCopyBothFailed
Generated grammar phase corresponding to the connection typestate.
Source§type Message = TypedBackendMessage<SimpleCopyBothFailedInternalMessage>
type Message = TypedBackendMessage<SimpleCopyBothFailedInternalMessage>
Opaque set of locally generated messages legal in this phase.
Source§impl TypedOutboundPhase<ServerRole, BackendMessage> for ServerCopyBothFailed<CopyExtended>
impl TypedOutboundPhase<ServerRole, BackendMessage> for ServerCopyBothFailed<CopyExtended>
Source§type ProtocolPhase = ExtendedCopyBothFailed
type ProtocolPhase = ExtendedCopyBothFailed
Generated grammar phase corresponding to the connection typestate.
Source§type Message = TypedBackendMessage<ExtendedCopyBothFailedInternalMessage>
type Message = TypedBackendMessage<ExtendedCopyBothFailedInternalMessage>
Opaque set of locally generated messages legal in this phase.
Auto Trait Implementations§
impl<Resume> Freeze for ServerCopyBothFailed<Resume>
impl<Resume> RefUnwindSafe for ServerCopyBothFailed<Resume>where
Resume: RefUnwindSafe,
impl<Resume> Send for ServerCopyBothFailed<Resume>where
Resume: Send,
impl<Resume> Sync for ServerCopyBothFailed<Resume>where
Resume: Sync,
impl<Resume> Unpin for ServerCopyBothFailed<Resume>where
Resume: Unpin,
impl<Resume> UnsafeUnpin for ServerCopyBothFailed<Resume>
impl<Resume> UnwindSafe for ServerCopyBothFailed<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