Struct xcell_core::XDictionaryTable
source · pub struct XDictionaryTable {
pub headers: Vec<XCellHeader>,
pub data: Vec<XDataItem>,
}
Fields§
§headers: Vec<XCellHeader>
§data: Vec<XDataItem>
Trait Implementations§
source§impl Clone for XDictionaryTable
impl Clone for XDictionaryTable
source§fn clone(&self) -> XDictionaryTable
fn clone(&self) -> XDictionaryTable
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 moresource§impl Debug for XDictionaryTable
impl Debug for XDictionaryTable
source§impl Default for XDictionaryTable
impl Default for XDictionaryTable
source§fn default() -> XDictionaryTable
fn default() -> XDictionaryTable
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for XDictionaryTable
impl<'de> Deserialize<'de> for XDictionaryTable
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