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