Struct diesel::pg::PgRowByRowLoadingMode
source · pub struct PgRowByRowLoadingMode;
Expand description
A PgConnection
specific loading mode to load rows one by one
See the documentation of PgConnection
for details
Trait Implementations§
source§impl Clone for PgRowByRowLoadingMode
impl Clone for PgRowByRowLoadingMode
source§fn clone(&self) -> PgRowByRowLoadingMode
fn clone(&self) -> PgRowByRowLoadingMode
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl<'conn, 'query> ConnectionGatWorkaround<'conn, 'query, Pg, PgRowByRowLoadingMode> for PgConnection
impl<'conn, 'query> ConnectionGatWorkaround<'conn, 'query, Pg, PgRowByRowLoadingMode> for PgConnection
§type Cursor = RowByRowCursor<'conn>
type Cursor = RowByRowCursor<'conn>
The cursor type returned by
LoadConnection::load
Read more§type Row = PgRow
type Row = PgRow
The row type used as
Iterator::Item
for the iterator implementation
of ConnectionGatWorkaround::Cursor
source§impl Debug for PgRowByRowLoadingMode
impl Debug for PgRowByRowLoadingMode
impl Copy for PgRowByRowLoadingMode
Auto Trait Implementations§
impl Freeze for PgRowByRowLoadingMode
impl RefUnwindSafe for PgRowByRowLoadingMode
impl Send for PgRowByRowLoadingMode
impl Sync for PgRowByRowLoadingMode
impl Unpin for PgRowByRowLoadingMode
impl UnwindSafe for PgRowByRowLoadingMode
Blanket Implementations§
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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)