pub struct Row {
pub labels: RowLabels,
pub values: RowValues,
}Expand description
Row with column labels.
Fields§
§labels: RowLabelsColumn names.
values: RowValuesColumn values.
Implementations§
Trait Implementations§
Source§impl From<Row> for QueryResult
impl From<Row> for QueryResult
Source§impl<'s> IntoIterator for &'s Row
impl<'s> IntoIterator for &'s Row
Source§impl<'s> IntoIterator for &'s mut Row
impl<'s> IntoIterator for &'s mut Row
Auto Trait Implementations§
impl Freeze for Row
impl !RefUnwindSafe for Row
impl Send for Row
impl Sync for Row
impl Unpin for Row
impl UnsafeUnpin for Row
impl !UnwindSafe for Row
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