pub struct DbRow {
pub values: Vec<DbValue>,
}
Expand description
A single row of values
Fields§
§values: Vec<DbValue>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DbRow
impl RefUnwindSafe for DbRow
impl Send for DbRow
impl Sync for DbRow
impl Unpin for DbRow
impl UnwindSafe for DbRow
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