#[non_exhaustive]pub struct CancelDataQualityRulesetEvaluationRunInput { /* private fields */ }Implementations§
source§impl CancelDataQualityRulesetEvaluationRunInput
impl CancelDataQualityRulesetEvaluationRunInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CancelDataQualityRulesetEvaluationRun, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CancelDataQualityRulesetEvaluationRun, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CancelDataQualityRulesetEvaluationRun>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CancelDataQualityRulesetEvaluationRunInput.
Trait Implementations§
source§impl Clone for CancelDataQualityRulesetEvaluationRunInput
impl Clone for CancelDataQualityRulesetEvaluationRunInput
source§fn clone(&self) -> CancelDataQualityRulesetEvaluationRunInput
fn clone(&self) -> CancelDataQualityRulesetEvaluationRunInput
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<CancelDataQualityRulesetEvaluationRunInput> for CancelDataQualityRulesetEvaluationRunInput
impl PartialEq<CancelDataQualityRulesetEvaluationRunInput> for CancelDataQualityRulesetEvaluationRunInput
source§fn eq(&self, other: &CancelDataQualityRulesetEvaluationRunInput) -> bool
fn eq(&self, other: &CancelDataQualityRulesetEvaluationRunInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.