#[non_exhaustive]pub struct DeleteEvaluationInput { /* private fields */ }
Implementations§
source§impl DeleteEvaluationInput
impl DeleteEvaluationInput
sourcepub fn evaluation_id(&self) -> Option<&str>
pub fn evaluation_id(&self) -> Option<&str>
A user-supplied ID that uniquely identifies the Evaluation
to delete.
source§impl DeleteEvaluationInput
impl DeleteEvaluationInput
sourcepub fn builder() -> DeleteEvaluationInputBuilder
pub fn builder() -> DeleteEvaluationInputBuilder
Creates a new builder-style object to manufacture DeleteEvaluationInput
.
source§impl DeleteEvaluationInput
impl DeleteEvaluationInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteEvaluation, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DeleteEvaluation, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteEvaluation
>
Trait Implementations§
source§impl Clone for DeleteEvaluationInput
impl Clone for DeleteEvaluationInput
source§fn clone(&self) -> DeleteEvaluationInput
fn clone(&self) -> DeleteEvaluationInput
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 DeleteEvaluationInput
impl Debug for DeleteEvaluationInput
source§impl PartialEq<DeleteEvaluationInput> for DeleteEvaluationInput
impl PartialEq<DeleteEvaluationInput> for DeleteEvaluationInput
source§fn eq(&self, other: &DeleteEvaluationInput) -> bool
fn eq(&self, other: &DeleteEvaluationInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DeleteEvaluationInput
Auto Trait Implementations§
impl RefUnwindSafe for DeleteEvaluationInput
impl Send for DeleteEvaluationInput
impl Sync for DeleteEvaluationInput
impl Unpin for DeleteEvaluationInput
impl UnwindSafe for DeleteEvaluationInput
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