pub struct ExcelSingleRow {
pub columns: Vec<ColumnData>,
}
Fields§
§columns: Vec<ColumnData>
Trait Implementations§
Source§impl Clone for ExcelSingleRow
impl Clone for ExcelSingleRow
Source§fn clone(&self) -> ExcelSingleRow
fn clone(&self) -> ExcelSingleRow
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for ExcelSingleRow
impl RefUnwindSafe for ExcelSingleRow
impl Send for ExcelSingleRow
impl Sync for ExcelSingleRow
impl Unpin for ExcelSingleRow
impl UnwindSafe for ExcelSingleRow
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