pub struct StoredRow {
pub row_id: u64,
pub values: Vec<Value>,
}Fields§
§row_id: u64§values: Vec<Value>Trait Implementations§
impl StructuralPartialEq for StoredRow
Auto Trait Implementations§
impl Freeze for StoredRow
impl RefUnwindSafe for StoredRow
impl Send for StoredRow
impl Sync for StoredRow
impl Unpin for StoredRow
impl UnsafeUnpin for StoredRow
impl UnwindSafe for StoredRow
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