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