Struct aws_sdk_datasync::operation::delete_task::DeleteTaskInput
source · #[non_exhaustive]pub struct DeleteTaskInput { /* private fields */ }
Expand description
DeleteTask
Implementations§
source§impl DeleteTaskInput
impl DeleteTaskInput
sourcepub fn builder() -> DeleteTaskInputBuilder
pub fn builder() -> DeleteTaskInputBuilder
Creates a new builder-style object to manufacture DeleteTaskInput
.
source§impl DeleteTaskInput
impl DeleteTaskInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteTask, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DeleteTask, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteTask
>
Trait Implementations§
source§impl Clone for DeleteTaskInput
impl Clone for DeleteTaskInput
source§fn clone(&self) -> DeleteTaskInput
fn clone(&self) -> DeleteTaskInput
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 DeleteTaskInput
impl Debug for DeleteTaskInput
source§impl PartialEq<DeleteTaskInput> for DeleteTaskInput
impl PartialEq<DeleteTaskInput> for DeleteTaskInput
source§fn eq(&self, other: &DeleteTaskInput) -> bool
fn eq(&self, other: &DeleteTaskInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DeleteTaskInput
Auto Trait Implementations§
impl RefUnwindSafe for DeleteTaskInput
impl Send for DeleteTaskInput
impl Sync for DeleteTaskInput
impl Unpin for DeleteTaskInput
impl UnwindSafe for DeleteTaskInput
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