pub struct ExcelRow {
pub data: Vec<ColumnData>,
}
Fields§
§data: Vec<ColumnData>
Auto Trait Implementations§
impl Freeze for ExcelRow
impl RefUnwindSafe for ExcelRow
impl Send for ExcelRow
impl Sync for ExcelRow
impl Unpin for ExcelRow
impl UnwindSafe for ExcelRow
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