#[non_exhaustive]pub struct CustomActionSetParametersOperation { /* private fields */ }
Expand description
The set parameter operation that sets parameters in custom action.
Implementations§
source§impl CustomActionSetParametersOperation
impl CustomActionSetParametersOperation
sourcepub fn parameter_value_configurations(
&self
) -> Option<&[SetParameterValueConfiguration]>
pub fn parameter_value_configurations(
&self
) -> Option<&[SetParameterValueConfiguration]>
The parameter that determines the value configuration.
source§impl CustomActionSetParametersOperation
impl CustomActionSetParametersOperation
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CustomActionSetParametersOperation
.
Trait Implementations§
source§impl Clone for CustomActionSetParametersOperation
impl Clone for CustomActionSetParametersOperation
source§fn clone(&self) -> CustomActionSetParametersOperation
fn clone(&self) -> CustomActionSetParametersOperation
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<CustomActionSetParametersOperation> for CustomActionSetParametersOperation
impl PartialEq<CustomActionSetParametersOperation> for CustomActionSetParametersOperation
source§fn eq(&self, other: &CustomActionSetParametersOperation) -> bool
fn eq(&self, other: &CustomActionSetParametersOperation) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.