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