Struct etop_format::table_formats::DataFrameFormatFinal
source · pub struct DataFrameFormatFinal {
pub column_formats: Vec<ColumnFormat>,
pub column_delimiter: String,
pub header_separator_delimiter: String,
pub header_separator_char: char,
pub include_header_row: bool,
pub include_header_separator_row: bool,
pub include_summary_row: bool,
pub include_summary_separator_row: bool,
pub render_height: usize,
pub max_render_width: usize,
}Expand description
finalized DataFrameFormat
Fields§
§column_formats: Vec<ColumnFormat>column formats
column_delimiter: Stringcolumn delimiter
header_separator_delimiter: Stringheader separator delimiter
header_separator_char: charheader separator char
include_header_row: boolinclude header row
include_header_separator_row: boolinclude header separator row
include_summary_row: boolinclude summary row
include_summary_separator_row: boolinclude summary separator row
render_height: usizerender height
max_render_width: usizemax render width
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for DataFrameFormatFinal
impl Send for DataFrameFormatFinal
impl Sync for DataFrameFormatFinal
impl Unpin for DataFrameFormatFinal
impl UnwindSafe for DataFrameFormatFinal
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