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