#[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() -> DeleteAnnotationStoreOutputBuilder
pub fn builder() -> DeleteAnnotationStoreOutputBuilder
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 ==
.source§impl RequestId for DeleteAnnotationStoreOutput
impl RequestId for DeleteAnnotationStoreOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.