pub struct ExcelRow {
pub data: Vec<ColumnData>,
}
Fields§
§data: Vec<ColumnData>
Trait Implementations§
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