pub struct SimpleQueryRow(/* private fields */);Expand description
wrapper for tokio_postgres::SimpleQueryRow
Methods from Deref<Target = SimpleQueryRow>§
Trait Implementations§
Source§impl Deref for SimpleQueryRow
impl Deref for SimpleQueryRow
Source§impl From<SimpleQueryRow> for SimpleQueryRow
impl From<SimpleQueryRow> for SimpleQueryRow
Source§fn from(row: SimpleQueryRow) -> Self
fn from(row: SimpleQueryRow) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl !Freeze for SimpleQueryRow
impl RefUnwindSafe for SimpleQueryRow
impl Send for SimpleQueryRow
impl Sync for SimpleQueryRow
impl Unpin for SimpleQueryRow
impl UnsafeUnpin for SimpleQueryRow
impl UnwindSafe for SimpleQueryRow
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