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