pub struct CTSheetData {
pub row: Option<Vec<CTRow>>,
}
Expand description
CTSheetData collection represents the cell table itself. This collection expresses information about each cell, grouped together by rows in the worksheet.
Fields§
§row: Option<Vec<CTRow>>
Trait Implementations§
Source§impl Debug for CTSheetData
impl Debug for CTSheetData
Source§impl<'de> Deserialize<'de> for CTSheetData
impl<'de> Deserialize<'de> for CTSheetData
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for CTSheetData
impl PartialEq for CTSheetData
Source§impl Serialize for CTSheetData
impl Serialize for CTSheetData
impl StructuralPartialEq for CTSheetData
Auto Trait Implementations§
impl Freeze for CTSheetData
impl RefUnwindSafe for CTSheetData
impl Send for CTSheetData
impl Sync for CTSheetData
impl Unpin for CTSheetData
impl UnwindSafe for CTSheetData
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