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