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