#[non_exhaustive]pub struct DropDownControlDisplayOptions { /* private fields */ }
Expand description
The display options of a control.
Implementations§
source§impl DropDownControlDisplayOptions
impl DropDownControlDisplayOptions
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 dropdown 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 DropDownControlDisplayOptions
impl DropDownControlDisplayOptions
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DropDownControlDisplayOptions
.
Trait Implementations§
source§impl Clone for DropDownControlDisplayOptions
impl Clone for DropDownControlDisplayOptions
source§fn clone(&self) -> DropDownControlDisplayOptions
fn clone(&self) -> DropDownControlDisplayOptions
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 PartialEq<DropDownControlDisplayOptions> for DropDownControlDisplayOptions
impl PartialEq<DropDownControlDisplayOptions> for DropDownControlDisplayOptions
source§fn eq(&self, other: &DropDownControlDisplayOptions) -> bool
fn eq(&self, other: &DropDownControlDisplayOptions) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.