Skip to main content

PartialOptions

Struct PartialOptions 

Source
pub struct PartialOptions {
Show 114 fields pub widget_name: Option<String>, pub widget_id: Option<u32>, pub tree_mode: Option<bool>, pub tree_indent: Option<u64>, pub empty_val: Option<Val>, pub empty_index_val: Option<Val>, pub empty_header_val: Option<Val>, pub max_undos: Option<usize>, pub default_row_dim: Option<u64>, pub default_col_dim: Option<u64>, pub min_row_dim: Option<u64>, pub min_col_dim: Option<u64>, pub max_row_dim: Option<u64>, pub max_col_dim: Option<u64>, pub paste_expands_y: Option<bool>, pub paste_expands_x: Option<bool>, pub paste_max_rows: Option<Option<u64>>, pub paste_max_cols: Option<Option<u64>>, pub csv_out_delimiter: Option<String>, pub csv_out_quotechar: Option<String>, pub csv_out_lineterminator: Option<String>, pub empty_horizontal: Option<u64>, pub empty_vertical: Option<u64>, pub show_horizontal_grid: Option<bool>, pub show_vertical_grid: Option<bool>, pub table_wrap: Option<String>, pub index_wrap: Option<String>, pub header_wrap: Option<String>, pub invalid_display_un8: Option<String>, pub invalid_display_un16: Option<String>, pub invalid_display_un32: Option<String>, pub invalid_display_un64: Option<String>, pub invalid_display_un128: Option<String>, pub invalid_display_sn8: Option<String>, pub invalid_display_sn16: Option<String>, pub invalid_display_sn32: Option<String>, pub invalid_display_sn64: Option<String>, pub invalid_display_sn128: Option<String>, pub invalid_display_fl64: Option<String>, pub invalid_display_bigint: Option<String>, pub invalid_display_bigdec: Option<String>, pub invalid_display_dec: Option<String>, pub invalid_display_str: Option<String>, pub invalid_display_chr: Option<String>, pub invalid_display_bl: Option<String>, pub invalid_display_nil: Option<String>, pub invalid_display_undf: Option<String>, pub invalid_display_dt: Option<String>, pub invalid_display_dur: Option<String>, pub enabled_undo: Option<bool>, pub validation_includes_undo: Option<bool>, pub horizontal_grid_line_width: Option<u64>, pub vertical_grid_line_width: Option<u64>, pub show_row_numbering: Option<String>, pub show_col_numbering: Option<String>, pub show_index: Option<bool>, pub show_header: Option<bool>, pub popup_menu_fg: Option<Color3>, pub popup_menu_bg: Option<Color3>, pub popup_menu_highlight_bg: Option<Color3>, pub popup_menu_highlight_fg: Option<Color3>, pub index_hidden_rows_expander_bg: Option<Color3>, pub header_hidden_cols_expander_bg: Option<Color3>, pub header_bg: Option<Color3>, pub header_border_fg: Option<Color3>, pub header_grid_fg: Option<Color3>, pub header_fg: Option<Color3>, pub header_editor_bg: Option<Color3>, pub header_editor_fg: Option<Color3>, pub header_editor_select_bg: Option<Color3>, pub header_editor_select_fg: Option<Color3>, pub header_selected_cells_bg: Option<Color3>, pub header_selected_cells_fg: Option<Color3>, pub index_bg: Option<Color3>, pub index_border_fg: Option<Color3>, pub index_grid_fg: Option<Color3>, pub index_fg: Option<Color3>, pub index_editor_bg: Option<Color3>, pub index_editor_fg: Option<Color3>, pub index_editor_select_bg: Option<Color3>, pub index_editor_select_fg: Option<Color3>, pub index_selected_cells_bg: Option<Color3>, pub index_selected_cells_fg: Option<Color3>, pub top_left_bg: Option<Color3>, pub top_left_fg: Option<Color3>, pub top_left_fg_highlight: Option<Color3>, pub table_bg: Option<Color3>, pub table_grid_fg: Option<Color3>, pub table_fg: Option<Color3>, pub table_editor_bg: Option<Color3>, pub table_editor_fg: Option<Color3>, pub table_editor_select_bg: Option<Color3>, pub table_editor_select_fg: Option<Color3>, pub table_selected_box_cells_fg: Option<Color3>, pub table_selected_box_rows_fg: Option<Color3>, pub table_selected_box_cols_fg: Option<Color3>, pub table_selected_cells_border_fg: Option<Color3>, pub table_selected_cells_bg: Option<Color3>, pub table_selected_cells_fg: Option<Color3>, pub resizing_line_fg: Option<Color3>, pub drag_and_drop_bg: Option<Color3>, pub header_selected_cols_bg: Option<Color3>, pub header_selected_cols_fg: Option<Color3>, pub index_selected_rows_bg: Option<Color3>, pub index_selected_rows_fg: Option<Color3>, pub table_selected_rows_border_fg: Option<Color3>, pub table_selected_rows_bg: Option<Color3>, pub table_selected_rows_fg: Option<Color3>, pub table_selected_cols_border_fg: Option<Color3>, pub table_selected_cols_bg: Option<Color3>, pub table_selected_cols_fg: Option<Color3>, pub tree_arrow_fg: Option<Color3>, pub selected_cells_tree_arrow_fg: Option<Color3>, pub selected_rows_tree_arrow_fg: Option<Color3>,
}

Fields§

§widget_name: Option<String>§widget_id: Option<u32>§tree_mode: Option<bool>§tree_indent: Option<u64>§empty_val: Option<Val>§empty_index_val: Option<Val>§empty_header_val: Option<Val>§max_undos: Option<usize>§default_row_dim: Option<u64>§default_col_dim: Option<u64>§min_row_dim: Option<u64>§min_col_dim: Option<u64>§max_row_dim: Option<u64>§max_col_dim: Option<u64>§paste_expands_y: Option<bool>§paste_expands_x: Option<bool>§paste_max_rows: Option<Option<u64>>§paste_max_cols: Option<Option<u64>>§csv_out_delimiter: Option<String>§csv_out_quotechar: Option<String>§csv_out_lineterminator: Option<String>§empty_horizontal: Option<u64>§empty_vertical: Option<u64>§show_horizontal_grid: Option<bool>§show_vertical_grid: Option<bool>§table_wrap: Option<String>§index_wrap: Option<String>§header_wrap: Option<String>§invalid_display_un8: Option<String>§invalid_display_un16: Option<String>§invalid_display_un32: Option<String>§invalid_display_un64: Option<String>§invalid_display_un128: Option<String>§invalid_display_sn8: Option<String>§invalid_display_sn16: Option<String>§invalid_display_sn32: Option<String>§invalid_display_sn64: Option<String>§invalid_display_sn128: Option<String>§invalid_display_fl64: Option<String>§invalid_display_bigint: Option<String>§invalid_display_bigdec: Option<String>§invalid_display_dec: Option<String>§invalid_display_str: Option<String>§invalid_display_chr: Option<String>§invalid_display_bl: Option<String>§invalid_display_nil: Option<String>§invalid_display_undf: Option<String>§invalid_display_dt: Option<String>§invalid_display_dur: Option<String>§enabled_undo: Option<bool>§validation_includes_undo: Option<bool>§horizontal_grid_line_width: Option<u64>§vertical_grid_line_width: Option<u64>§show_row_numbering: Option<String>§show_col_numbering: Option<String>§show_index: Option<bool>§show_header: Option<bool>§popup_menu_fg: Option<Color3>§popup_menu_bg: Option<Color3>§popup_menu_highlight_bg: Option<Color3>§popup_menu_highlight_fg: Option<Color3>§index_hidden_rows_expander_bg: Option<Color3>§header_hidden_cols_expander_bg: Option<Color3>§header_bg: Option<Color3>§header_border_fg: Option<Color3>§header_grid_fg: Option<Color3>§header_fg: Option<Color3>§header_editor_bg: Option<Color3>§header_editor_fg: Option<Color3>§header_editor_select_bg: Option<Color3>§header_editor_select_fg: Option<Color3>§header_selected_cells_bg: Option<Color3>§header_selected_cells_fg: Option<Color3>§index_bg: Option<Color3>§index_border_fg: Option<Color3>§index_grid_fg: Option<Color3>§index_fg: Option<Color3>§index_editor_bg: Option<Color3>§index_editor_fg: Option<Color3>§index_editor_select_bg: Option<Color3>§index_editor_select_fg: Option<Color3>§index_selected_cells_bg: Option<Color3>§index_selected_cells_fg: Option<Color3>§top_left_bg: Option<Color3>§top_left_fg: Option<Color3>§top_left_fg_highlight: Option<Color3>§table_bg: Option<Color3>§table_grid_fg: Option<Color3>§table_fg: Option<Color3>§table_editor_bg: Option<Color3>§table_editor_fg: Option<Color3>§table_editor_select_bg: Option<Color3>§table_editor_select_fg: Option<Color3>§table_selected_box_cells_fg: Option<Color3>§table_selected_box_rows_fg: Option<Color3>§table_selected_box_cols_fg: Option<Color3>§table_selected_cells_border_fg: Option<Color3>§table_selected_cells_bg: Option<Color3>§table_selected_cells_fg: Option<Color3>§resizing_line_fg: Option<Color3>§drag_and_drop_bg: Option<Color3>§header_selected_cols_bg: Option<Color3>§header_selected_cols_fg: Option<Color3>§index_selected_rows_bg: Option<Color3>§index_selected_rows_fg: Option<Color3>§table_selected_rows_border_fg: Option<Color3>§table_selected_rows_bg: Option<Color3>§table_selected_rows_fg: Option<Color3>§table_selected_cols_border_fg: Option<Color3>§table_selected_cols_bg: Option<Color3>§table_selected_cols_fg: Option<Color3>§tree_arrow_fg: Option<Color3>§selected_cells_tree_arrow_fg: Option<Color3>§selected_rows_tree_arrow_fg: Option<Color3>

Implementations§

Trait Implementations§

Source§

impl Clone for PartialOptions

Source§

fn clone(&self) -> PartialOptions

Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for PartialOptions

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Default for PartialOptions

Source§

fn default() -> Self

Returns the “default value” for a type. Read more
Source§

impl PartialEq for PartialOptions

Source§

fn eq(&self, other: &PartialOptions) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 (const: unstable) · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl StructuralPartialEq for PartialOptions

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.