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