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