Struct rust_query::Row
source · pub struct Row<'x, 'names> { /* private fields */ }
Expand description
This is the type used by Exec::into_vec to allow turning dummies into rust values.
Implementations§
Auto Trait Implementations§
impl<'x, 'names> Freeze for Row<'x, 'names>
impl<'x, 'names> !RefUnwindSafe for Row<'x, 'names>
impl<'x, 'names> !Send for Row<'x, 'names>
impl<'x, 'names> !Sync for Row<'x, 'names>
impl<'x, 'names> !Unpin for Row<'x, 'names>
impl<'x, 'names> !UnwindSafe for Row<'x, 'names>
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