Struct ReadRows
pub struct ReadRows {
pub cols: Vec<String>,
pub rows: Vec<Vec<OwnedValue>>,
}Expand description
A session read’s {cols, rows} result.
Fields§
§cols: Vec<String>§rows: Vec<Vec<OwnedValue>>Trait Implementations§
Auto Trait Implementations§
impl Freeze for ReadRows
impl RefUnwindSafe for ReadRows
impl Send for ReadRows
impl Sync for ReadRows
impl Unpin for ReadRows
impl UnsafeUnpin for ReadRows
impl UnwindSafe for ReadRows
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