#[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() -> DropDownControlDisplayOptionsBuilder
pub fn builder() -> DropDownControlDisplayOptionsBuilder
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 ==.impl StructuralPartialEq for DropDownControlDisplayOptions
Auto Trait Implementations§
impl RefUnwindSafe for DropDownControlDisplayOptions
impl Send for DropDownControlDisplayOptions
impl Sync for DropDownControlDisplayOptions
impl Unpin for DropDownControlDisplayOptions
impl UnwindSafe for DropDownControlDisplayOptions
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