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