pub enum CopyInTransition<S, C> {
Error(Conn<S, Draining, C>, ErrorResponse),
}Expand description
Asynchronous backend branch available while sending COPY IN data.
Variants§
Error(Conn<S, Draining, C>, ErrorResponse)
COPY failed and entered drain-until-ready recovery.
Trait Implementations§
Auto Trait Implementations§
impl<S, C> Freeze for CopyInTransition<S, C>where
S: Freeze,
impl<S, C> RefUnwindSafe for CopyInTransition<S, C>where
S: RefUnwindSafe,
C: RefUnwindSafe,
impl<S, C> Send for CopyInTransition<S, C>
impl<S, C> Sync for CopyInTransition<S, C>
impl<S, C> Unpin for CopyInTransition<S, C>
impl<S, C> UnsafeUnpin for CopyInTransition<S, C>where
S: UnsafeUnpin,
impl<S, C> UnwindSafe for CopyInTransition<S, C>where
S: UnwindSafe,
C: 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