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