Struct xcell_core::XCellHeader
source · pub struct XCellHeader {
pub column: usize,
pub summary: String,
pub details: String,
pub typing: XCellTyped,
pub field_name: String,
}
Fields§
§column: usize
位置信息
summary: String
短描述
details: String
长描述, 鼠标悬浮时显示
typing: XCellTyped
类型信息
field_name: String
字段名
Implementations§
source§impl XCellHeader
impl XCellHeader
pub fn link_enumerate(
&mut self,
all: &BTreeMap<String, EnumerateDescription>
) -> XResult<()>
source§impl XCellHeader
impl XCellHeader
pub fn parse_cell(&self, row: &[DataType]) -> XResult<XCellValue>
Trait Implementations§
source§impl Clone for XCellHeader
impl Clone for XCellHeader
source§fn clone(&self) -> XCellHeader
fn clone(&self) -> XCellHeader
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 XCellHeader
impl Debug for XCellHeader
source§impl<'de> Deserialize<'de> for XCellHeader
impl<'de> Deserialize<'de> for XCellHeader
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