pub struct PgRowByRowLoadingMode;
Available on crate features
postgres
and postgres_backend
only.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 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