Expand description
Enum-specific DataFrame derive expansion.
Generates a companion struct where every column is Vec<Option<T>>, with
None fill for fields absent in a given variant.
Functionsยง
- build_
enum_ ๐reader - Build the
try_from_dataframe/try_from_dataframe_parmethods for a tagged enum. - derive_
enum_ ๐dataframe - Derive
DataFrameRowfor an enum with#[dataframe(align)]. - enum_
field_ ๐reader_ capable - Check whether an enum field is reader-capable.
- generate_
split_ ๐method - Generate the split representation for an enum
DataFrameRow: the hiddento_dataframe_splitassociated method (body holder) plus theDataFrameRowSplitbridge impl that surfaces the publicrows.into_dataframe_split()verb (IntoDataFrameSplit).