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