pub struct DataRow {
pub key: RowKey,
pub columns: HashMap<String, Value>,
pub metadata: RowMetadata,
}Expand description
Unified data row representation
Fields§
§key: RowKeyRow key
columns: HashMap<String, Value>Column data
metadata: RowMetadataRow metadata
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DataRow
impl RefUnwindSafe for DataRow
impl Send for DataRow
impl Sync for DataRow
impl Unpin for DataRow
impl UnsafeUnpin for DataRow
impl UnwindSafe for DataRow
Blanket Implementations§
impl<T> Allocation for T
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