#[non_exhaustive]pub struct ParameterSelectableValues { /* private fields */ }
Expand description
A list of selectable values that are used in a control.
Implementations§
source§impl ParameterSelectableValues
impl ParameterSelectableValues
sourcepub fn values(&self) -> Option<&[String]>
pub fn values(&self) -> Option<&[String]>
The values that are used in ParameterSelectableValues
.
sourcepub fn link_to_data_set_column(&self) -> Option<&ColumnIdentifier>
pub fn link_to_data_set_column(&self) -> Option<&ColumnIdentifier>
The column identifier that fetches values from the data set.
source§impl ParameterSelectableValues
impl ParameterSelectableValues
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ParameterSelectableValues
.
Trait Implementations§
source§impl Clone for ParameterSelectableValues
impl Clone for ParameterSelectableValues
source§fn clone(&self) -> ParameterSelectableValues
fn clone(&self) -> ParameterSelectableValues
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 ParameterSelectableValues
impl Debug for ParameterSelectableValues
source§impl PartialEq<ParameterSelectableValues> for ParameterSelectableValues
impl PartialEq<ParameterSelectableValues> for ParameterSelectableValues
source§fn eq(&self, other: &ParameterSelectableValues) -> bool
fn eq(&self, other: &ParameterSelectableValues) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.