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