#[non_exhaustive]pub struct ListControlDisplayOptions { /* private fields */ }
Expand description
The display options of a control.
Implementations§
source§impl ListControlDisplayOptions
impl ListControlDisplayOptions
sourcepub fn search_options(&self) -> Option<&ListControlSearchOptions>
pub fn search_options(&self) -> Option<&ListControlSearchOptions>
The configuration of the search options in a list control.
sourcepub fn select_all_options(&self) -> Option<&ListControlSelectAllOptions>
pub fn select_all_options(&self) -> Option<&ListControlSelectAllOptions>
The configuration of the Select all
options in a list control.
sourcepub fn title_options(&self) -> Option<&LabelOptions>
pub fn title_options(&self) -> Option<&LabelOptions>
The options to configure the title visibility, name, and font size.
source§impl ListControlDisplayOptions
impl ListControlDisplayOptions
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListControlDisplayOptions
.
Trait Implementations§
source§impl Clone for ListControlDisplayOptions
impl Clone for ListControlDisplayOptions
source§fn clone(&self) -> ListControlDisplayOptions
fn clone(&self) -> ListControlDisplayOptions
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 ListControlDisplayOptions
impl Debug for ListControlDisplayOptions
source§impl PartialEq<ListControlDisplayOptions> for ListControlDisplayOptions
impl PartialEq<ListControlDisplayOptions> for ListControlDisplayOptions
source§fn eq(&self, other: &ListControlDisplayOptions) -> bool
fn eq(&self, other: &ListControlDisplayOptions) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.