pub struct SimpleRowData {
pub tables: HashMap<String, Vec<Vec<Value>>>,
}Expand description
Parsed simplerow data: predicate name → list of fact tuples.
Fields§
§tables: HashMap<String, Vec<Vec<Value>>>Auto Trait Implementations§
impl Freeze for SimpleRowData
impl RefUnwindSafe for SimpleRowData
impl Send for SimpleRowData
impl Sync for SimpleRowData
impl Unpin for SimpleRowData
impl UnsafeUnpin for SimpleRowData
impl UnwindSafe for SimpleRowData
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