Struct sqlm_postgres::Row
source · pub struct Row<Cols> { /* private fields */ }
Expand description
A row of data returned from Postgres.
Methods from Deref<Target = Row>§
Trait Implementations§
Auto Trait Implementations§
impl<Cols> !Freeze for Row<Cols>
impl<Cols> !RefUnwindSafe for Row<Cols>
impl<Cols> Send for Row<Cols>where
Cols: Send,
impl<Cols> Sync for Row<Cols>where
Cols: Sync,
impl<Cols> Unpin for Row<Cols>where
Cols: Unpin,
impl<Cols> !UnwindSafe for Row<Cols>
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