Struct aws_sdk_omics::output::DeleteAnnotationStoreOutput
source · #[non_exhaustive]pub struct DeleteAnnotationStoreOutput { /* private fields */ }
Implementations§
source§impl DeleteAnnotationStoreOutput
impl DeleteAnnotationStoreOutput
sourcepub fn status(&self) -> Option<&StoreStatus>
pub fn status(&self) -> Option<&StoreStatus>
The store's status.
source§impl DeleteAnnotationStoreOutput
impl DeleteAnnotationStoreOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteAnnotationStoreOutput
.
Trait Implementations§
source§impl Clone for DeleteAnnotationStoreOutput
impl Clone for DeleteAnnotationStoreOutput
source§fn clone(&self) -> DeleteAnnotationStoreOutput
fn clone(&self) -> DeleteAnnotationStoreOutput
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 DeleteAnnotationStoreOutput
impl Debug for DeleteAnnotationStoreOutput
source§impl PartialEq<DeleteAnnotationStoreOutput> for DeleteAnnotationStoreOutput
impl PartialEq<DeleteAnnotationStoreOutput> for DeleteAnnotationStoreOutput
source§fn eq(&self, other: &DeleteAnnotationStoreOutput) -> bool
fn eq(&self, other: &DeleteAnnotationStoreOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.