pub struct PgRow;Available on non-crate feature
sqlx-dep and non-crate feature sync only.Auto Trait Implementationsยง
impl Freeze for PgRow
impl RefUnwindSafe for PgRow
impl Send for PgRow
impl Sync for PgRow
impl Unpin for PgRow
impl UnsafeUnpin for PgRow
impl UnwindSafe for PgRow
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