pub struct SheetRow {
pub info: RowInfo,
pub cells: Vec<Cell>,
}Fields§
§info: RowInfo§cells: Vec<Cell>Trait Implementations§
impl StructuralPartialEq for SheetRow
Auto Trait Implementations§
impl Freeze for SheetRow
impl RefUnwindSafe for SheetRow
impl Send for SheetRow
impl Sync for SheetRow
impl Unpin for SheetRow
impl UnsafeUnpin for SheetRow
impl UnwindSafe for SheetRow
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