pub struct GeomRow {
pub row_type: String,
pub ix: String,
pub cells: HashMap<String, CellValue>,
}Expand description
A single row in a geometry section.
Fields§
§row_type: String§ix: String§cells: HashMap<String, CellValue>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GeomRow
impl RefUnwindSafe for GeomRow
impl Send for GeomRow
impl Sync for GeomRow
impl Unpin for GeomRow
impl UnsafeUnpin for GeomRow
impl UnwindSafe for GeomRow
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