pub enum CopyExtended {}Expand description
COPY resumes in an extended-query session.
Trait Implementations§
Source§impl CopyResume for CopyExtended
impl CopyResume for CopyExtended
Source§const BOTH_OPEN_STATE: RuntimeState = backend::RuntimeState::ExtendedCopyBoth
const BOTH_OPEN_STATE: RuntimeState = backend::RuntimeState::ExtendedCopyBoth
Generated state while both COPY directions remain open.
Source§const BOTH_SERVER_DONE_STATE: RuntimeState = backend::RuntimeState::ExtendedCopyBothServerDone
const BOTH_SERVER_DONE_STATE: RuntimeState = backend::RuntimeState::ExtendedCopyBothServerDone
Generated state after the server closes its COPY direction.
Auto Trait Implementations§
impl Freeze for CopyExtended
impl RefUnwindSafe for CopyExtended
impl Send for CopyExtended
impl Sync for CopyExtended
impl Unpin for CopyExtended
impl UnsafeUnpin for CopyExtended
impl UnwindSafe for CopyExtended
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