#[non_exhaustive]pub struct ParameterTextFieldControl { /* private fields */ }
Expand description
A control to display a text box that is used to enter a single entry.
Implementations§
source§impl ParameterTextFieldControl
impl ParameterTextFieldControl
sourcepub fn parameter_control_id(&self) -> Option<&str>
pub fn parameter_control_id(&self) -> Option<&str>
The ID of the ParameterTextFieldControl
.
sourcepub fn source_parameter_name(&self) -> Option<&str>
pub fn source_parameter_name(&self) -> Option<&str>
The source parameter name of the ParameterTextFieldControl
.
sourcepub fn display_options(&self) -> Option<&TextFieldControlDisplayOptions>
pub fn display_options(&self) -> Option<&TextFieldControlDisplayOptions>
The display options of a control.
source§impl ParameterTextFieldControl
impl ParameterTextFieldControl
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ParameterTextFieldControl
.
Trait Implementations§
source§impl Clone for ParameterTextFieldControl
impl Clone for ParameterTextFieldControl
source§fn clone(&self) -> ParameterTextFieldControl
fn clone(&self) -> ParameterTextFieldControl
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 Debug for ParameterTextFieldControl
impl Debug for ParameterTextFieldControl
source§impl PartialEq<ParameterTextFieldControl> for ParameterTextFieldControl
impl PartialEq<ParameterTextFieldControl> for ParameterTextFieldControl
source§fn eq(&self, other: &ParameterTextFieldControl) -> bool
fn eq(&self, other: &ParameterTextFieldControl) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.