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