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