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