pub struct ResultRow { /* private fields */ }Expand description
A single row from a query result with typed accessors
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ResultRow
impl RefUnwindSafe for ResultRow
impl Send for ResultRow
impl Sync for ResultRow
impl Unpin for ResultRow
impl UnsafeUnpin for ResultRow
impl UnwindSafe for ResultRow
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